HiQPdf Documentation

PdfDocument Constructor (String, UInt32, String)

HiQPdf Client for .NET Core
Constructs a PDF document from a file

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfDocument(
	string server,
	uint port,
	string pdfFilePath
)

Parameters

server
Type: SystemString
The server IP or name
port
Type: SystemUInt32
The server port number
pdfFilePath
Type: SystemString
The PDF file full path
See Also

Reference