Winnovative Logo

Document Constructor (String, 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(
	string server,
	uint port
)

Parameters

server
Type: SystemString
The IP address or host name of the HTML to PDF server
port
Type: SystemUInt32
The HTML to PDF server port number on host
See Also

Reference