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