EVO HTML to PDF Converter

HtmlToImageConverter Constructor (String, UInt32)

EVO PDF Client for .NET Documentation
Constructs a HTML to Image converter which will connect to the server specified by IP or by name on the specified port

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public HtmlToImageConverter(
	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