HiQPdf Documentation

PdfDocument Constructor (String, String)

HiQPdf Client for .NET Core
Constructs a PDF document from a file using the default server port

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

public PdfDocument(
	string server,
	string pdfFilePath
)

Parameters

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

Reference