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

In This Topic
    SignatureField Property (TimeStampProperties)
    In This Topic
    Gets or sets the AcroForm field used to store the digital signature.

    If this value is set to a null reference (Nothing in Visual Basic), the field with a unique name will be created automatically. That field will have no associated GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation, so the signature will be invisible.

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