Click or drag to resize

PdfSignatureLocks Property

Gets the set of PdfSignatureLocks that specify what changes, made to the document after the signature was applied, invalidate the signature.

If the value is , then the signature does not specify a Reference entry.

To set the Locks, sign the PdfSignatureField with a PdfSigner whose AuthorPermission is not or 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.8.8
Syntax
public IList<PdfSignatureLock> Locks { get; }

Property Value

IListPdfSignatureLock
The set of PdfSignatureLocks that specify what changes, made to the document after the signature was applied, invalidate the signature.
See Also