PdfDocumentFromData(String, Byte) Method

Loads a PDF document from data and returns the created PDF document using the default server port

Definition

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

Parameters

server  String
The server IP or name
pdfData  Byte
The PDF document data

Return Value

PdfDocument
The loaded PDF document

See Also