PdfSignatureFieldSetLockedFields(String) Method |
Sets the set of form fields whose change invalidate the signature to those specified in the fieldNames.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.4.23
Syntaxpublic PdfSignatureLockedFieldCollection SetLockedFields(
params string[] fieldNames
)
Public Function SetLockedFields (
ParamArray fieldNames As String()
) As PdfSignatureLockedFieldCollection
Parameters
- fieldNames String
- The field names.
Return Value
PdfSignatureLockedFieldCollection
The set of form fields whose change invalidate the signature.
ExceptionsException | Condition |
---|
ArgumentNullException | The parameter fieldNames is either or an empty sequence. |
See Also