PdfSignature
Lock Property
|
A signature field lock dictionary that specifies a set of form fields to be locked when this signature field is signed.
Table 8.82lists the entries in this dictionary.
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Lock { set; }
Public WriteOnly Property Lock As Boolean
Set
public:
property bool Lock {
void set (bool value);
}
member Lock : bool with set
Property Value
Type:
Boolean
See Also