Winnovative Logo

Document Constructor (UInt32)

Winnovative Client for .NET Core
Creates an empty PDF document object. New pages can be added to the document and new PDF elements can be added to document pages.

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax

public Document(
	uint port
)

Parameters

port
Type: SystemUInt32
The HTML to PDF server port number on host
See Also

Reference