Creates a PDF document with a color profile.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public Document(
	ColorProfile colorProfile
)
Visual Basic
Public Sub New ( 
	colorProfile As ColorProfile
)
Visual C++
public:
Document(
	ColorProfile colorProfile
)

Parameters

colorProfile
Type: EvoPdf..::..ColorProfile
The color profile to be used when creating the PDF document

See Also