PdfDocumentFromData(String, UInt32, Byte, String) Method

Loads a password protected PDF document from data and returns the created PDF document

Definition

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

Parameters

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

Return Value

PdfDocument
The loaded PDF document

See Also