Creates a PDF document with the specified color space. This property can be used to create PDF documents in RGB, Grayscale or CMYK color spaces. By default the document uses the RGB color space.

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

Syntax

C#
public Document(
	ColorSpace colorSpace
)
Visual Basic
Public Sub New ( 
	colorSpace As ColorSpace
)
Visual C++
public:
Document(
	ColorSpace colorSpace
)

Parameters

colorSpace
Type: EvoPdf..::..ColorSpace
The color space of the document.

See Also