Document(String, 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(
string server,
uint port,
ColorSpace colorSpace
)
Public Sub New (
server As String,
port As UInteger,
colorSpace As ColorSpace
)
Parameters
- server String
- The IP address or host name of the HTML to PDF server
- port UInt32
- The HTML to PDF server port number on host
- colorSpace ColorSpace
- The color space of the document.