ComHelperOpenStream Method (Stream, LoadOptions)
Open and return an existing document from a stream providing necessary converting to get pdf document.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public Document OpenStream(
	Stream input,
	LoadOptions options
)

Parameters

input
Type: System.IOStream
Input stream to convert into pdf document.
options
Type: Aspose.PdfLoadOptions
Represents properties for converting input into pdf document.

Return Value

Type: Document
Document object
See Also