EVO HTML to PDF Converter

DigitalSignatureElement Class

EVO PDF Client for .NET Documentation
Represents a digital signature in the PDF document
Inheritance Hierarchy

SystemObject
  EvoPdf.HtmlToPdfClientPageElement
    EvoPdf.HtmlToPdfClientDigitalSignatureElement

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public class DigitalSignatureElement : PageElement

The DigitalSignatureElement type exposes the following members.

Constructors

  NameDescription
Public methodDigitalSignatureElement(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
Public methodDigitalSignatureElement(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
Public methodDigitalSignatureElement(RectangleFloat, Byte, String, Int32)
Constructs a digital signature element that can be applied to a PDF page in the given position
Public methodDigitalSignatureElement(RectangleFloat, String, String, Int32)
Constructs a digital signature element that can be applied to a PDF page in the given position
Top
Properties

  NameDescription
Public propertyBounds
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
Public propertyCertificateIndex
Gets or sets the certificate index in collection of certificates stored in PFX file
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 propertyPfxData
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
Public propertyPfxPassword
Gets or sets the password to access the PFX file. It can be null or empty if no password is required
Public propertyReason
Gets or sets the reason for the signing
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference