Table of Contents

Class DigitalSignatureElement

Namespace
EvoPdf
Assembly
evohtmltopdf.dll

Represents a digital signature in the PDF document

[ClassInterface(ClassInterfaceType.AutoDual)]
public class DigitalSignatureElement : PageElement
Inheritance
DigitalSignatureElement
Inherited Members

Constructors

DigitalSignatureElement(RectangleF, DigitalCertificate)

Constructs a digital signature object that can be added to a PDF page.

public DigitalSignatureElement(RectangleF bounds, DigitalCertificate certificate)

Parameters

bounds RectangleF

The digital signature rectangle inside the PDF page.

certificate DigitalCertificate

The digital certificate obtained from the digital certificates store.

Properties

Bounds

Gets or sets the digital signature bounds in PDF page

public RectangleF Bounds { get; set; }

Property Value

RectangleF

Certificate

Gets the certificate used to create the signature.

public DigitalCertificate Certificate { get; }

Property Value

DigitalCertificate

ContactInfo

Information provided by the signer to enable a recipient to contact the signer to verify the signature; for example, a phone number.

public string ContactInfo { get; set; }

Property Value

string

Location

Gets or sets the CPU host name or physical location of the signing.

public string Location { get; set; }

Property Value

string

Reason

Gets or sets the reason The reason for the signing, such as ( I agree ?).

public string Reason { get; set; }

Property Value

string