Click or drag to resize
Pdf Library for .NET

PdfDigitalSignatureElement Class

Represents a digital signature in a document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfPageElement
    SelectPdfPdfDigitalSignatureElement

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public class PdfDigitalSignatureElement : PdfPageElement

The PdfDigitalSignatureElement type exposes the following members.

Constructors
 NameDescription
Public methodPdfDigitalSignatureElement Constructs a digital signature element that can be added to a pdf document page.
Top
Properties
 NameDescription
Public propertyCertificate Gets the certificate used to create the signature.
Public propertyContactInfo Gets or sets the contact information.
Public propertyLocation Gets or sets the location of the signing.
Public propertyReason Gets or sets the reason for the signing.
Top
Methods
 NameDescription
Public methodSetDate Specify the date when the document was signed. If this method is not called, the current date is set by default.
Top
See Also