PdfSignatureFieldLock.CreateLockAll Method

Creates a signature field lock for all fields in the document.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public static PdfSignatureFieldLock CreateLockAll()
VB
Public Shared Function CreateLockAll As PdfSignatureFieldLock

Return Value

Type: PdfSignatureFieldLock
A newly created signature field lock for all fields in the document.

Remarks

When the corresponding signature field with this kind of lock is signed, all fields in the document get locked. Any change to any field will invalidate the signature.

See Also