HiQPdf Documentation

PdfDocumentFromData Method (String, Byte)

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

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

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

Parameters

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

Return Value

Type: PdfDocument
The loaded PDF document
See Also

Reference