officefileapi-devexpress-dot-pdf-dot-pdfsignature-dot-underscore-members.md
An electronic signature used to sign a PDF file.
| Name | Description |
|---|---|
| PdfSignature(IExternalSigner, Byte[], Int32, PdfOrientedRectangle) | Initializes a new instance of the PdfSignature class with specified settings. |
| PdfSignature(IExternalSigner, Byte[], Int32, PdfRectangle) | Initializes a new instance of the PdfSignature class with specified settings. |
| PdfSignature(IExternalSigner, Stream, Int32, PdfOrientedRectangle) | Initializes a new instance of the PdfSignature class with specified settings. |
| PdfSignature(IExternalSigner, Stream, Int32, PdfRectangle) | Initializes a new instance of the PdfSignature class with specified settings. |
| PdfSignature(IExternalSigner) | Initializes a new instance of the PdfSignature class with specified settings. |
| 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. |
| 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 signing location. |
| 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. |
| 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