Document Constructor (Stream)ByteScout PDF SDK
Creates a new PDF document initialized with the data from a specified stream with PDF data.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public Document(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to read PDF data from.
See Also

Reference