DigitalSignatureElement Class

Represents a digital signature in the PDF document

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public class DigitalSignatureElement : PageElement
Inheritance
Object    PageElement    DigitalSignatureElement

Constructors

DigitalSignatureElement(Byte, String, Int32) Constructs a digital signature element that can be applied to a PDF document in the position where the last PDF element was rendered
DigitalSignatureElement(String, String, Int32) Constructs a digital signature element that can be applied to a PDF document in the position where the last PDF element was rendered
DigitalSignatureElement(RectangleFloat, Byte, String, Int32) Constructs a digital signature element that can be applied to a PDF page in the given position
DigitalSignatureElement(RectangleFloat, String, String, Int32) Constructs a digital signature element that can be applied to a PDF page in the given position

Properties

Bounds Gets or sets the bounds of the rectangle where the certificate will be applied in PDF page. If the bounds is null the certificate will be applied in PDF document where the last PDF element was rendered
CertificateIndex Gets or sets the certificate index in collection of certificates stored in PFX file
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
PfxData Gets or sets the binary data of a PFX file containing the certificate used for signing. The PFX file is expected to contain both the private and public key
PfxPassword Gets or sets the password to access the PFX file. It can be null or empty if no password is required
Reason Gets or sets the reason for the signing

Methods

EqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also