HiQPdf Documentation

PdfDocumentFromStream Method (Stream)

Quickly Create High Quality PDFs
Loads a PDF document from a stream and returns the created PDF document

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public static PdfDocument FromStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream from where to load the PDF document

Return Value

Type: PdfDocument
The loaded PDF document
See Also

Reference