Back to Devexpress

PdfDocumentSigner Constructors

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

latest1.7 KB
Original Source

PdfDocumentSigner Constructors

A helper class used to apply signatures to PDF documents.

NameParametersDescription
PdfDocumentSigner(Stream, String, Boolean)stream, password, leaveOpenInitializes a new instance of the PdfDocumentSigner class with specified settings.
PdfDocumentSigner(Stream, String)stream, passwordInitializes a new PdfDocumentSigner class instance with the specified settings.
PdfDocumentSigner(Stream)streamInitializes a new instance of the PdfDocumentSigner class with specified settings.
PdfDocumentSigner(String, String)filePath, passwordInitializes a new PdfDocumentSigner class instance with the specified settings.
PdfDocumentSigner(String)filePathInitializes a new PdfDocumentSigner class instance with specified settings.

See Also

PdfDocumentSigner Class

PdfDocumentSigner Members

DevExpress.Pdf Namespace