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