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
RectangleFThe digital signature rectangle inside the PDF page.
certificate
DigitalCertificateThe 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
Certificate
Gets the certificate used to create the signature.
public DigitalCertificate Certificate { get; }
Property Value
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
Location
Gets or sets the CPU host name or physical location of the signing.
public string Location { get; set; }
Property Value
Reason
Gets or sets the reason The reason for the signing, such as ( I agree ?).
public string Reason { get; set; }