Method CreateLockFields
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CreateLockFields(params string[])
Creates a signature field lock for the fields with the specified names.
public static PdfSignatureFieldLock CreateLockFields(params string[] fieldNames)
Parameters
fieldNames
string[]The names of the fields to lock.
Returns
- PdfSignatureFieldLock
A newly created signature field lock for the fields with the specified names.
Remarks
When the corresponding signature field with this kind of lock is signed, all fields with the specified names get locked. Any change to any of the fields with the specified names will invalidate the signature.
Check the Lock PDF form fields with a signature field for examples of using this method.