HiQPdf Documentation

PdfDocumentFromData Method (String, UInt32, Byte)

HiQPdf Client for .NET Core
Loads a PDF document from data and returns the created PDF document

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

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

Parameters

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

Return Value

Type: PdfDocument
The loaded PDF document
See Also

Reference