HtmlToImageConverter(String) Constructor

Constructs a HTML to Image converter which will connect to the server specified by IP or by name on the default port

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public HtmlToImageConverter(
	string server
)

Parameters

server  String
The IP address or host name of the HTML to PDF server

See Also