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: 2026.1.20
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.
Exceptions
See Also