PdfSignatureFieldLock Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfSignatureFieldLock Class
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.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfSignatureFieldLock

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfSignatureFieldLock
VB
Public NotInheritable Class PdfSignatureFieldLock

The PdfSignatureFieldLock type exposes the following members.

Properties

  NameDescription
Public propertyAction
Gets the action of this field lock.
Public propertyFields
Gets the names of the fields specified in this lock.

Methods

  NameDescription
Public methodStatic memberCreateLockAll
Creates a signature field lock for all fields in the document.
Public methodStatic memberCreateLockAllExceptFields
Creates a signature field lock for all fields in the document except the fields with the specified names.
Public methodStatic memberCreateLockFields
Creates a signature field lock for the fields with the specified names.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also