HiQPdf Documentation

PdfDocumentFromStream Method (String, UInt32, Stream, String)

HiQPdf Client for .NET Core
Loads a password protected PDF document from a stream and returns the created PDF document

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

public static PdfDocument FromStream(
	string server,
	uint port,
	Stream stream,
	string password
)

Parameters

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

Return Value

Type: PdfDocument
The loaded PDF document
See Also

Reference