HiQPdf Documentation

PdfDocument Constructor (String, UInt32, Byte, String)

HiQPdf Client for .NET Core
Constructs a PDF document from data of a password protected PDF document

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

public PdfDocument(
	string server,
	uint port,
	byte[] pdfData,
	string password
)

Parameters

server
Type: SystemString
The server IP or name
port
Type: SystemUInt32
The server port number
pdfData
Type: SystemByte
The PDF document data
password
Type: SystemString
The PDF document password
See Also

Reference