Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfSignature Members

An electronic signature used to sign a PDF file.

Constructors

Name Description
PdfSignature(X509Certificate2, Byte[], Int32, PdfOrientedRectangle) Initializes a new instance of the PdfSignature class with the specified certificate, image data represented by a byte array, page number, signature bounds and signature rotation angle represented by a PdfOrientedRectangle object.
PdfSignature(X509Certificate2, Byte[], Int32, PdfRectangle) Initializes a new instance of the PdfSignature class with the specified certificate, image data represented by a byte array, page number and the signature bounds represented by a PdfRectangle object.
PdfSignature(X509Certificate2, Stream, Int32, PdfOrientedRectangle) Initializes a new instance of the PdfSignature class with the specified certificate, image data represented by a stream, page number, signature bounds and signature rotation angle represented by a PdfOrientedRectangle object.
PdfSignature(X509Certificate2, Stream, Int32, PdfRectangle) Initializes a new instance of the PdfSignature class with the specified certificate, image data represented by a stream, page number and the signature bounds represented by a PdfRectangle object.
PdfSignature(X509Certificate2) Initializes a new instance of the PdfSignature class with the specified certificate.

Properties

Name Description
AnnotationFlags Gets or sets the signature’s characteristics.
ContactInfo Specifies the contact information which helps a recipient to verify the signature provided by the signer.
Location Gets or sets the CPU host name or physical location of the signature.
Name Gets or sets the name of the person or authority signing the document.
Reason Gets or sets the reason for a document signature.
SigningTime Gets the time the document was signed.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also