PdfSignatureLockLockedFields Property |
Gets the set of form fields, specified by either a certification signature or a regular, approval signature (also known as a recipient signature), whose change invalidate the signature.
If the value is , then the signature does not specify a FieldMDP transform method in this PdfSignatureLock, but some other.
To set the LockedFields, use any SetLockedFields method before signing on a PdfSignatureField that holds the signature.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntaxpublic PdfSignatureLockedFieldCollection LockedFields { get; }
Public ReadOnly Property LockedFields As PdfSignatureLockedFieldCollection
Get
Property Value
PdfSignatureLockedFieldCollection
The set of form fields, specified by either a certification signature or a regular, approval signature (also known as a recipient signature), whose change invalidate the signature.
See Also