HtmlConverterBase Constructor
Creates a HTML converter to connect on the given port to a server given by IP address or by host name
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
protected HtmlConverterBase(
string server,
uint port
)
Protected Sub New (
server As String,
port As UInteger
)
protected:
HtmlConverterBase(
String^ server,
unsigned int port
)
new :
server : string *
port : uint32 -> HtmlConverterBase
Parameters
- server String
- The IP address or host name of the server
- port UInt32
- The port number of the HTML to PDF server