Click or drag to resize

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.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public PdfSignatureLockedFieldCollection LockedFields { 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