PDFSignatureLockFieldAction¶
Namespace: O2S.Components.PDF4NET.Forms
Defines a signature field lock action.
Inheritance Object → PDFSignatureLockFieldAction
Remarks
A signature field lock action specifies a set of form fields that shall be locked when signature field is signed.
Constructors¶
PDFSignatureLockFieldAction()¶
Initializes a new PDFSignatureLockFieldAction object.
Properties¶
Fields¶
Gets or sets the fields this action acts upon.
Property Value
String[]
An array of text strings containing field names.
SignatureLockType¶
Gets or sets the lock type.
Property Value
PDFSignatureLockFieldMode
A PDFSignatureLockFieldMode which, in conjunction with PDFSignatureLockFieldAction.Fields,
indicates the set of fields that should be locked.