Click or drag to resize

PdfDocument Constructor

Constructs a new PdfDocument object.
Overload List
  NameDescription
Public methodPdfDocument
Initializes a new, empty instance of the PdfDocument class.
Public methodPdfDocument(Stream)
Initializes a new instance of the PdfDocument class, populated from the supplied stream.
Public methodPdfDocument(String)
Initializes a new instance of the PdfDocument class, using the file specified by the supplied path.
Public methodPdfDocument(Stream, RepairOptions)
Initializes a new instance of the PdfDocument class, using the file specified by the supplied path and decodes it with the supplied passwords and repair options.
Public methodPdfDocument(Stream, SecureString)
Initializes a new instance of the PdfDocument class, using the supplied stream and decodes it with the supplied password.
Public methodPdfDocument(String, RepairOptions)
Initializes a new instance of the PdfDocument class
Public methodPdfDocument(String, Stream) Obsolete.
Initializes a new instance of the PdfDocument class, using the supplied stream and decodes it with the supplied password.
Public methodPdfDocument(String, SecureString)
Initializes a new instance of the PdfDocument class, using the file specified by the supplied path and decodes it with the supplied password.
Public methodPdfDocument(String, String) Obsolete.
Initializes a new instance of the PdfDocument class, using the file specified by the supplied path and decodes it with the supplied password.
Public methodPdfDocument(Stream, SecureString, SecureString)
Initializes a new instance of the PdfDocument class, using the file specified by the supplied path and decodes it with the supplied passwords.
Public methodPdfDocument(String, SecureString, SecureString)
Initializes a new instance of the PdfDocument class, using the file specified by the supplied path and decodes it with the supplied passwords.
Public methodPdfDocument(String, String, Stream) Obsolete.
Initializes a new instance of the PdfDocument class, using the file specified by the supplied path and decodes it with the supplied passwords.
Public methodPdfDocument(String, String, String) Obsolete.
Initializes a new instance of the PdfDocument class, using the file specified by the supplied path and decodes it with the supplied passwords.
Public methodPdfDocument(Stream, SecureString, SecureString, PdfDocumentLoadedProgress)
Initializes a new instance of the PdfDocument class, using the file specified by the supplied path and decodes it with the supplied passwords.
Public methodPdfDocument(String, SecureString, SecureString, RepairOptions)
Initializes a new instance of the PdfDocument class, using the file specified by the supplied path and decodes it with the supplied passwords.
Public methodPdfDocument(String, String, Stream, PdfDocumentLoadedProgress) Obsolete.
Initializes a new instance of the PdfDocument class, using the file specified by the supplied path and decodes it with the supplied passwords.
Public methodPdfDocument(String, String, String, RepairOptions) Obsolete.
Initializes a new instance of the PdfDocument class, using the file specified by the supplied path and decodes it with the supplied passwords.
Public methodPdfDocument(Stream, SecureString, SecureString, PdfDocumentLoadedProgress, RepairOptions)
Initializes a new instance of the PdfDocument class, using the file specified by the supplied path and decodes it with the supplied passwords and repair options.
Public methodPdfDocument(String, String, Stream, PdfDocumentLoadedProgress, RepairOptions) Obsolete.
Initializes a new instance of the PdfDocument class, using the file specified by the supplied path and decodes it with the supplied passwords and repair options.
Public methodPdfDocument(Stream, SecureString, SecureString, PdfDocumentLoadedProgress, RepairOptions, Boolean)
Initializes a new instance of the PdfDocument class, using the file specified by the supplied path and decodes it with the supplied passwords and repair options.
Public methodPdfDocument(String, String, Stream, PdfDocumentLoadedProgress, RepairOptions, Boolean) Obsolete.
Initializes a new instance of the PdfDocument class, using the file specified by the supplied path and decodes it with the supplied passwords and repair options.
Top
See Also