Click or drag to resize

Document Constructor

Overload List
  NameDescription
Public methodDocument
Creates an empty PDF document object. New pages can be added to the document and new PDF elements can be added to document pages.
Public methodDocument(Stream)
Creates a PDF document object from the specified stream containing the PDF document.
Public methodDocument(String)
Creates a PDF document from an existing PDF file.
Public methodDocument(Stream, String)
Creates a PDF document from a stream cotaining a password protected PDF document. The specified password can be a user or owner password.
Public methodDocument(String, String)
Creates a PDF Document object from an existing password protected PDF file.
Top
See Also