Document(UInt32, ColorProfile) Constructor

Creates a PDF document with a color profile.

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public Document(
	uint port,
	ColorProfile colorProfile
)

Parameters

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