HiQPdf Documentation

PdfDocument Constructor (PdfStandard, PdfColorSpace, PdfColorProfile)

Quickly Create High Quality PDFs
Constructs an empty PDF document with a standard, color space and color profile

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfDocument(
	PdfStandard standard,
	PdfColorSpace colorSpace,
	PdfColorProfile colorProfile
)

Parameters

standard
Type: HiQPdfPdfStandard
The PDF document standard
colorSpace
Type: HiQPdfPdfColorSpace
The PDF document color space
colorProfile
Type: HiQPdfPdfColorProfile
The PDF document color profile
See Also

Reference