Document Constructor (Stream, Boolean)
Initialize new Document instance from the input stream.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public Document(
	Stream input,
	bool isManagedStream
)

Parameters

input
Type: System.IOStream
Stream with pdf document.
isManagedStream
Type: SystemBoolean
if set to true inner stream is closed before exit; otherwise, is not.
See Also