Document(ColorProfile) Constructor

Creates a PDF document with a color profile.

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public Document(
	ColorProfile colorProfile
)

Parameters

colorProfile  ColorProfile
The color profile to be used when creating the PDF document

See Also