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

In This Topic
    Value Property (SignatureField)
    In This Topic
    Gets or sets a GrapeCity.Documents.Pdf.Security.Signature object that defines this SignatureField.

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

    Syntax
    'Declaration
     
    Public Shadows Property Value As Signature
    public new Signature Value {get; set;}
    See Also