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