HiQPdf Documentation

PdfDocument Constructor

HiQPdf Client for .NET Core
Overload List

  NameDescription
Public methodPdfDocument(String)
Constructs an empty PDF document using the default server port
Public methodPdfDocument(String, Byte)
Constructs a PDF document from data using the default server port
Public methodPdfDocument(String, String)
Constructs a PDF document from a file using the default server port
Public methodPdfDocument(String, UInt32)
Constructs an empty PDF document
Public methodPdfDocument(String, UInt32, PdfColorProfile)
Constructs an empty PDF document with a color profile
Public methodPdfDocument(String, UInt32, PdfColorSpace)
Constructs an empty PDF document with a color space
Public methodPdfDocument(String, UInt32, PdfStandard)
Constructs an empty PDF document with a standard
Public methodPdfDocument(String, UInt32, Byte)
Constructs a PDF document from data
Public methodPdfDocument(String, UInt32, String)
Constructs a PDF document from a file
Public methodPdfDocument(String, UInt32, Byte, String)
Constructs a PDF document from data of a password protected PDF document
Public methodPdfDocument(String, UInt32, String, String)
Constructs a PDF document from a password protected file
Public methodPdfDocument(String, UInt32, PdfStandard, PdfColorSpace, PdfColorProfile)
Constructs an empty PDF document with a standard, color space and color profile
Public methodPdfDocument(String, UInt32, String, Byte, String)
Constructs a PDF document from data of a password protected PDF document using a server password
Public methodPdfDocument(String, UInt32, String, String, String)
Constructs a PDF document from a password protected file using a server password
Public methodPdfDocument(String, UInt32, String, PdfStandard, PdfColorSpace, PdfColorProfile)
Constructs an empty PDF document with a standard, color space and color profile using a server password
Top
See Also

Reference