DigitalSignatureElement Class

Represents a digital signature in the PDF document

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public class DigitalSignatureElement : PageElement
Inheritance
Object    PageElement    DigitalSignatureElement

Constructors

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

Properties

Bounds Gets or sets the digital signature bounds in PDF page
Certificate Gets the certificate used to create the signature.
ContactInfo Information provided by the signer to enable a recipient to contact the signer to verify the signature; for example, a phone number.
Location Gets or sets the CPU host name or physical location of the signing.
Reason Gets or sets the reason The reason for the signing, such as ( I agree ?).

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