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