Click or drag to resize

DigitalSignatureElement Class

Represents a digital signature in the PDF document. An instance of this class can be created by a call to Document.Security.CreateSignature()
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdf.PdfDocumentPageElement
    ExpertPdf.HtmlToPdf.PdfDocumentDigitalSignatureElement

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public class DigitalSignatureElement : PageElement

The DigitalSignatureElement type exposes the following members.

Constructors
 NameDescription
Public methodDigitalSignatureElement Constructs a digital signature object that can be added to a PDF page.
Top
Properties
 NameDescription
Public propertyCertificate Gets the certificate used to create the signature.
Public propertyContactInfo Information provided by the signer to enable a recipient to contact the signer to verify the signature; for example, a phone number.
Public propertyLocation Gets or sets the CPU host name or physical location of the signing.
Public propertyReason Gets or sets the reason The reason for the signing, such as ( I agree … ).
Top
Methods
 NameDescription
Public methodSetDate Specify the date when the document was signed. By default, the current date is set.
Top
See Also