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: 2025.4.23
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.
ExceptionsException | Condition |
---|
ArgumentNullException | The parameter fieldNames is either or an empty sequence. |
See Also