PdfDocument(PdfStandard, PdfColorSpace, PdfColorProfile) Constructor

Constructs an empty PDF document with a standard, color space and color profile

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfDocument(
	PdfStandard standard,
	PdfColorSpace colorSpace,
	PdfColorProfile colorProfile
)

Parameters

standard  PdfStandard
The PDF document standard
colorSpace  PdfColorSpace
The PDF document color space
colorProfile  PdfColorProfile
The PDF document color profile

See Also