Back to Devexpress

PdfSignature Members

officefileapi-devexpress-dot-pdf-dot-pdfsignature-dot-underscore-members.md

latest7.1 KB
Original Source

PdfSignature Members

An electronic signature used to sign a PDF file.

Constructors

NameDescription
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.

Properties

NameDescription
AnnotationFlagsGets or sets the signature’s characteristics.
ContactInfoSpecifies the contact information which helps a recipient to verify the signature provided by the signer.
LocationGets or sets the signing location.
NameGets or sets the name of the person or authority signing the document.
ReasonGets or sets the reason for a document signature.
SigningTimeGets the time the document was signed.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

PdfSignature Class

DevExpress.Pdf Namespace