HiQPdf Documentation

PdfDocumentFromStream Method (String, Stream)

HiQPdf Client for .NET Core
Loads a PDF document from a stream 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 FromStream(
	string server,
	Stream stream
)

Parameters

server
Type: SystemString
The server IP or name
stream
Type: System.IOStream
The stream from where to load the PDF document

Return Value

Type: PdfDocument
The loaded PDF document
See Also

Reference