Document(String, UInt32, ColorProfile) Constructor

Creates a PDF document with a color profile.

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public Document(
	string server,
	uint port,
	ColorProfile colorProfile
)

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
colorProfile  ColorProfile
The color profile to be used when creating the PDF document

See Also