Table of Contents

Class SignaturePermissions.FieldLock

Namespace
iText.Signatures
Assembly
itext.sign.dll

Class that contains a field lock action and an array of the fields that are involved.

public class SignaturePermissions.FieldLock
Inheritance
SignaturePermissions.FieldLock
Inherited Members

Constructors

FieldLock(SignaturePermissions, PdfName, PdfArray)

Creates a FieldLock instance.

public FieldLock(SignaturePermissions _enclosing, PdfName action, PdfArray fields)

Parameters

_enclosing SignaturePermissions
action PdfName

indicates the set of fields that should be locked

fields PdfArray

an array of text strings containing field names

Methods

GetAction()

Getter for the field lock action.

public virtual PdfName GetAction()

Returns

PdfName

the action of field lock dictionary

GetFields()

Getter for the fields involved in the lock action.

public virtual PdfArray GetFields()

Returns

PdfArray

the fields of field lock dictionary

ToString()

toString method

public override string ToString()

Returns

string