Document(UInt32, ColorSpace) Constructor

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.

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public Document(
	uint port,
	ColorSpace colorSpace
)

Parameters

port  UInt32
The HTML to PDF server port number on host
colorSpace  ColorSpace
The color space of the document.

See Also