HiQPdf Documentation

PdfDocument Constructor (String, UInt32, String, String, String)

HiQPdf Client for .NET Core
Constructs a PDF document from a password protected file using a server password

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

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

Parameters

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

Reference