Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfDocumentSigner Constructors

A helper class used to apply signatures to PDF documents.
Name Parameters Description
PdfDocumentSigner(Stream, String, Boolean) stream, password, leaveOpen Initializes a new instance of the PdfDocumentSigner class with specified settings.
PdfDocumentSigner(Stream, String) stream, password Initializes a new PdfDocumentSigner class instance with the specified settings.
PdfDocumentSigner(Stream) stream Initializes a new instance of the PdfDocumentSigner class with specified settings.
PdfDocumentSigner(String, String) filePath, password Initializes a new PdfDocumentSigner class instance with the specified settings.
PdfDocumentSigner(String) filePath Initializes a new PdfDocumentSigner class instance with specified settings.
See Also