Document(UInt32) Constructor

Creates an empty PDF document object. New pages can be added to the document and new PDF elements can be added to document pages.

Definition

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

Parameters

port  UInt32
The HTML to PDF server port number on host

See Also