PdfDocumentFromStream(Stream) Method

Loads a PDF document from a stream and returns the created PDF document

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public static PdfDocument FromStream(
	Stream stream
)

Parameters

stream  Stream
The stream from where to load the PDF document

Return Value

PdfDocument
The loaded PDF document

See Also