PdfImagesExtract(String, UInt32) Constructor

Creates a PDF images extractor to connect on the given port to a server given by IP address or by host name

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfImagesExtract(
	string server,
	uint port
)

Parameters

server  String
The IP address or host name of the server
port  UInt32
The port number of the server

See Also