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.
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public Document(
uint port,
ColorSpace colorSpace
)
Public Sub New (
port As UInteger,
colorSpace As ColorSpace
)
Parameters
- port UInt32
- The HTML to PDF server port number on host
- colorSpace ColorSpace
- The color space of the document.