Skip to content

PDFSignatureLockFieldAction

Namespace: O2S.Components.PDF4NET.Forms

Defines a signature field lock action.

public class PDFSignatureLockFieldAction

Inheritance ObjectPDFSignatureLockFieldAction

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.

public PDFSignatureLockFieldAction()

Properties

Fields

Gets or sets the fields this action acts upon.

public String[] Fields { get; set; }

Property Value

String[]
An array of text strings containing field names.


SignatureLockType

Gets or sets the lock type.

public PDFSignatureLockFieldMode SignatureLockType { get; set; }

Property Value

PDFSignatureLockFieldMode
A PDFSignatureLockFieldMode which, in conjunction with PDFSignatureLockFieldAction.Fields, indicates the set of fields that should be locked.