Click or drag to resize

PdfGeneratedDocument Constructor

Overload List
  NameDescription
Public methodPdfGeneratedDocument
Initializes a new instance of the PdfGeneratedDocument class.
Public methodPdfGeneratedDocument(Stream)
Initializes a new instance of the PdfGeneratedDocument class.
Public methodPdfGeneratedDocument(Stream, Boolean)
Initializes a new instance of the PdfGeneratedDocument class.
Public methodPdfGeneratedDocument(Stream, SecureString, SecureString)
Initializes a new instance of the PdfGeneratedDocument class. This overload is designed to open an existing DotPdf generated pdf document for editing/modification.
Public methodPdfGeneratedDocument(String, String, Stream) Obsolete.
Initializes a new instance of the PdfGeneratedDocument class. This overload is designed to open an existing DotPdf generated pdf document for editing/modification.
Public methodPdfGeneratedDocument(Stream, SecureString, SecureString, Boolean, PdfDocumentLoadedProgress)
Initializes a new instance of the PdfGeneratedDocument class.
Public methodPdfGeneratedDocument(String, String, Stream, Boolean, PdfDocumentLoadedProgress) Obsolete.
Initializes a new instance of the PdfGeneratedDocument class.
Public methodPdfGeneratedDocument(Stream, SecureString, SecureString, Boolean, PdfDocumentLoadedProgress, RepairOptions)
Initializes a new instance of the PdfGeneratedDocument class.
Public methodPdfGeneratedDocument(Stream, SecureString, SecureString, Boolean, PdfDocumentLoadedProgress, IEnumerableInt32)
Initializes a new instance of the PdfGeneratedDocument class.
Public methodPdfGeneratedDocument(Stream, SecureString, SecureString, Boolean, PdfDocumentLoadedProgress, Int32)
Initializes a new instance of the PdfGeneratedDocument class.
Public methodPdfGeneratedDocument(String, String, Stream, Boolean, PdfDocumentLoadedProgress, RepairOptions) Obsolete.
Initializes a new instance of the PdfGeneratedDocument class.
Public methodPdfGeneratedDocument(String, String, Stream, Boolean, PdfDocumentLoadedProgress, IEnumerableInt32) Obsolete.
Initializes a new instance of the PdfGeneratedDocument class.
Public methodPdfGeneratedDocument(String, String, Stream, Boolean, PdfDocumentLoadedProgress, Int32) Obsolete.
Initializes a new instance of the PdfGeneratedDocument class.
Public methodPdfGeneratedDocument(Stream, SecureString, SecureString, Boolean, PdfDocumentLoadedProgress, IEnumerableInt32, GlobalResources)
Initializes a new instance of the PdfGeneratedDocument class.
Public methodPdfGeneratedDocument(String, String, Stream, Boolean, PdfDocumentLoadedProgress, IEnumerableInt32, GlobalResources) Obsolete.
Initializes a new instance of the PdfGeneratedDocument class.
Top
See Also