Creates a signature field lock for the fields with the specified names.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public static PdfSignatureFieldLock CreateLockFields(
params string[] fieldNames
)
VB
Public Shared Function CreateLockFields (
ParamArray fieldNames As String()
) As PdfSignatureFieldLock
Parameters
- fieldNames
- Type: System.String[]
The names of the fields to lock.
Return Value
Type:
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.
See Also