Table of Contents

Class PdfSignatureFieldLock

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Class for a signature field lock. A signature field lock specifies a set of form fields that shall be locked when the corresponding signature field is signed.

public sealed class PdfSignatureFieldLock
Inheritance
PdfSignatureFieldLock
Inherited Members

Properties

Action

Gets the action of this field lock.

Fields

Gets the names of the fields specified in this lock.

Methods

CreateLockAll()

Creates a signature field lock for all fields in the document.

CreateLockAllExceptFields(params string[])

Creates a signature field lock for all fields in the document except the fields with the specified names.

CreateLockFields(params string[])

Creates a signature field lock for the fields with the specified names.