Click or drag to resize
Pdf Library for .NET

PdfDocument Constructor (Stream)

Loads a pdf document from the specified stream.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfDocument(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The pdf document stream.
See Also