Click or drag to resize
Pdf Library for .NET

PdfDocument(Stream) Constructor

Loads a pdf document from the specified stream.

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

Parameters

stream  Stream
The pdf document stream.
See Also