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

Constructs a PDF document from data of a password protected PDF document using a server password

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfDocument(
	string server,
	uint port,
	string serverPassword,
	byte[] pdfData,
	string password
)

Parameters

server  String
The server IP or name
port  UInt32
The server port number
serverPassword  String
The server password
pdfData  Byte
The PDF document data
password  String
The PDF document password

See Also