Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SignatureProperties Class / SignatureField Property

In This Topic
    SignatureField Property (SignatureProperties)
    In This Topic
    Gets or sets an AcroForm field used to store a digital signature.

    If GrapeCity.Documents.Pdf.AcroForms.SignatureField.Widget is not a null reference (Nothing in Visual Basic), a visual appearance will be generated based on values of the properties SigningDateTime, Location etc.

    Syntax
    'Declaration
     
    Public Property SignatureField As Field
    public Field SignatureField {get; set;}
    See Also