Method CreateLockAll
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CreateLockAll()
Creates a signature field lock for all fields in the document.
public static PdfSignatureFieldLock CreateLockAll()
Returns
- 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.
Check the Lock PDF form fields with a signature field for examples of using this method.