Click or drag to resize
Pdf Library for .NET

PdfManagerLoad(Stream) Method

Loads a pdf document from the specified stream.

Namespace: SelectPdf.Extras
Assembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntax
public void Load(
	Stream stream
)

Parameters

stream  Stream
The pdf document stream.
See Also