PdfDigitalSignature Class

This class encapsulates the options to control the digital signature applied to the PDF document created by HTML to PDF Converter. The HtmlToPdfConverter class defines a reference to an object of this type

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public class PdfDigitalSignature
Inheritance
Object    PdfDigitalSignature

Constructors

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

Properties

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

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also