[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.SignatureField

Class SignatureField

Namespace
GrapeCity.Documents.Pdf.AcroForms
Assembly
GcDocs.Pdf.dll

Represents the signature field.

public class SignatureField : Field, IPdfDict, IOwnedObject, ActionHide.ILinkedObject, ActionFieldsBase.IFieldDef
Inheritance
object
SignatureField
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

SignatureField()

Initializes a new instance of the SignatureField class.

public SignatureField()

Properties

LockedFields

Gets or sets the SignatureLockedFields object defining a set of form fields to be locked when this signature field is signed, if null then no fields are locked.

public SignatureLockedFields LockedFields { get; set; }

Property Value

SignatureLockedFields

Value

Gets or sets a Signature object that defines this SignatureField.

Setting this property to null removes the signature from the document.

public Signature Value { get; set; }

Property Value

Signature

Widget

Gets the WidgetAnnotation defining view properties of the text field.

public WidgetAnnotation Widget { get; }

Property Value

WidgetAnnotation