[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.SignatureField

SignatureField Class

Represents the signature field.

Namespace: GrapeCity.Documents.Pdf.AcroForms
Assembly: DS.Documents.Pdf.dll
Syntax
public class SignatureField : Field, IPdfDict, IOwnedObject, ActionHide.ILinkedObject, ActionFieldsBase.IFieldDef
Public Class SignatureField
    Inherits Field
    Implements IPdfDict, IOwnedObject, ActionHide.ILinkedObject, ActionFieldsBase.IFieldDef

Constructors

Name Description
SignatureField()

Initializes a new instance of the SignatureField class.

Properties

Name Description
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.

Value

Gets or sets a Signature object that defines this SignatureField.

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

Widget

Gets the WidgetAnnotation defining view properties of the text field.

Extension Methods