public class PdfDigitalSignature
PdfDigitalSignature(Byte, String) | Creates a digital signature object to be assigned to HTML to PDF Converter object having the given PFX certificate data |
PdfDigitalSignature(String, String) | Creates a digital signature object to be assigned to HTML to PDF Converter object reading the PFX certificate data from a file |
Appearance | The reference to object controlling the digital signature appearance in PDF document. You can control the PDF page on which to display the digital signature appearance, bounds in PDF page, the appearance text or image |
AppearanceEnabled | A flag indicating if the signature will appear in a PDF page with the specified number in the specified bounding rectangle |
ContactInfo | Gets or sets the signer contact info |
FieldName | The signature field name in PDF document. By default it is null and a predefined field name will be used |
Location | Gets or sets the signing location |
PfxCertificateData | The PFX certificate data given directly in constructor or read from the file given in constructor |
PfxCertificatePassword | The PFX certificate password given in constructor. It can be null if it is not needed |
Reason | Gets or sets the signing reason |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |