HtmlToSvgConverter(UInt32) Constructor

Constructs a HTML to SVG converter which will connect to localhost on the specified port

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 18.0.0
C#
public HtmlToSvgConverter(
	uint port
)

Parameters

port  UInt32
The HTML to PDF server port number on localhost

See Also