Back to Devexpress

PdfSignature Constructors

officefileapi-devexpress-dot-pdf-dot-pdfsignature-dot-ctor.md

latest4.8 KB
Original Source

PdfSignature Constructors

An electronic signature used to sign a PDF file.

NameParametersDescription
PdfSignature(IExternalSigner, Byte[], Int32, PdfOrientedRectangle)signer, imageData, pageNumber, signatureBoundsInitializes a new instance of the PdfSignature class with specified settings.
PdfSignature(IExternalSigner, Byte[], Int32, PdfRectangle)signer, imageData, pageNumber, signatureBoundsInitializes a new instance of the PdfSignature class with specified settings.
PdfSignature(IExternalSigner, Stream, Int32, PdfOrientedRectangle)signer, imageData, pageNumber, signatureBoundsInitializes a new instance of the PdfSignature class with specified settings.
PdfSignature(IExternalSigner, Stream, Int32, PdfRectangle)signer, imageData, pageNumber, signatureBoundsInitializes a new instance of the PdfSignature class with specified settings.
PdfSignature(IExternalSigner)signerInitializes a new instance of the PdfSignature class with specified settings.
PdfSignature(X509Certificate2, Byte[], Int32, PdfOrientedRectangle)certificate, imageData, pageNumber, signatureBoundsInitializes 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)certificate, imageData, pageNumber, signatureBoundsInitializes 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)certificate, imageData, pageNumber, signatureBoundsInitializes 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)certificate, imageData, pageNumber, signatureBoundsInitializes 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)certificateInitializes a new instance of the PdfSignature class with the specified certificate.

See Also

PdfSignature Class

PdfSignature Members

DevExpress.Pdf Namespace