 | PdfSignatureFieldLock Property |
Gets or sets a signature field lock that specifies a set of form fields to be locked
when this signature field is signed.
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfLock Lock { get; set; }
Public Property Lock As PdfLock
Get
Set
public:
property PdfLock^ Lock {
PdfLock^ get ();
void set (PdfLock^ value);
}
member Lock : PdfLock with get, set
/** @property */
public PdfLock get_Lock()
/** @property */
public void set_Lock(PdfLock value)
function get_Lock();
function set_Lock(value);
Property Value
PdfLock
See Also