HiQPdf Documentation

HtmlToPdf Constructor (String, UInt32)

HiQPdf Client for .NET Core
Creates a HTML to PDF converter to connect on the given port to a server given by IP address or by host name

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public HtmlToPdf(
	string server,
	uint port
)

Parameters

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

Reference