(PDF 1.5) Gets or sets the signature field lock that specifies a set of form fields
that shall be locked when this signature field is signed.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfSignatureFieldLock Lock { get; set; }
VB
Public Property Lock As PdfSignatureFieldLock
Get
Set
Property Value
Type:
PdfSignatureFieldLock
The signature field lock that specifies a set of form fields that shall be locked when
this signature field is signed.
Remarks
The value of this property can be null if there is no field lock associated
with this signature field.
Setting value of this property to
null will remove any field lock associated
with this signature field.
See Also