Click or drag to resize
Pdf Library for .NET

PdfDocument Constructor

Overload List
  NameDescription
Public methodPdfDocument
Creates an empty pdf document object.
Public methodPdfDocument(Stream)
Loads a pdf document from the specified stream.
Public methodPdfDocument(String)
Loads a pdf document from an existing pdf file.
Public methodPdfDocument(PdfStandard)
Creates an empty pdf document object.
Public methodPdfDocument(Stream, String)
Loads a pdf document from a stream containing a password protected pdf document.
Public methodPdfDocument(String, String)
Loads a pdf document from an existing password protected pdf file.
Top
See Also