PdfSignatureFieldSetLockedFields(IEnumerableString) 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.5.19
Syntaxpublic PdfSignatureLockedFieldCollection SetLockedFields(
IEnumerable<string> fieldNames
)
Public Function SetLockedFields (
fieldNames As IEnumerable(Of String)
) As PdfSignatureLockedFieldCollection
Parameters
- fieldNames IEnumerableString
- The field names.
Return Value
PdfSignatureLockedFieldCollection
The set of form fields whose change invalidate the signature.
Exceptions
See Also