HiQPdf Documentation

PdfDocumentFromFile Method (String, UInt32, String)

HiQPdf Client for .NET Core
Loads a PDF document from a file and returns the created PDF document

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

public static PdfDocument FromFile(
	string server,
	uint port,
	string file
)

Parameters

server
Type: SystemString
The server IP or name
port
Type: SystemUInt32
The server port number
file
Type: SystemString
The file from where to load the PDF document

Return Value

Type: PdfDocument
The loaded PDF document
See Also

Reference