Skip to main content

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