Link Search Menu Expand Document

Document Constructor

OverloadĀ List
NameDescription
Public methodDocument
Creates a new PDF document.
Public methodDocument(Stream)
Creates a new PDF document initialized with the data from a specified stream with PDF data.
Public methodDocument(String)
Creates a new PDF document initialized with the data from the specified existing PDF file.
Public methodDocument(Stream, String)
Creates a new PDF document initialized with the data from a specified stream with PDF data.
Public methodDocument(String, String)
Creates a new PDF document and loads data from specified existing PDF file.
Top
See Also

Reference