ComHelperOpenStream Method (Stream, LoadOptions) |
Open and return an existing document from a stream providing necessary converting to get pdf document.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Document OpenStream(
Stream input,
LoadOptions options
)
Public Function OpenStream (
input As Stream,
options As LoadOptions
) As Document
public:
Document^ OpenStream(
Stream^ input,
LoadOptions^ options
)
member OpenStream :
input : Stream *
options : LoadOptions -> Document
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:
DocumentDocument object
See Also