HiQPdf Documentation

PdfDocument Constructor

Quickly Create High Quality PDFs
Overload List

  NameDescription
Public methodPdfDocument
Constructs an empty PDF document
Public methodPdfDocument(PdfColorProfile)
Constructs an empty PDF document with a color profile
Public methodPdfDocument(PdfColorSpace)
Constructs an empty PDF document with a color space
Public methodPdfDocument(PdfStandard)
Constructs an empty PDF document with a standard
Public methodPdfDocument(Stream)
Constructs a PDF document from stream
Public methodPdfDocument(String)
Constructs a PDF document from a file
Public methodPdfDocument(Stream, String)
Constructs a PDF document from stream of a password protected PDF document
Public methodPdfDocument(String, String)
Constructs a PDF document from a password protected file
Public methodPdfDocument(PdfStandard, PdfColorSpace, PdfColorProfile)
Constructs an empty PDF document with a standard, color space and color profile
Top
See Also

Reference