Click or drag to resize

PdfSignatureFieldSetLockedFields(String) Method

Sets the set of form fields whose change invalidate the signature to those specified in the fieldNames.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.4.23
Syntax
public PdfSignatureLockedFieldCollection SetLockedFields(
	params string[] fieldNames
)

Parameters

fieldNames  String
The field names.

Return Value

PdfSignatureLockedFieldCollection
The set of form fields whose change invalidate the signature.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe parameter fieldNames is either or an empty sequence.
See Also