Aspose::Pdf::FileSpecification::get_StreamContents method

FileSpecification::get_StreamContents method

Gets contents of file as stream. Contents is not loaded into memory which allows to decrease memory usage. But this stream does not support positioning and Length property. If you need this features please use Contents property instead.

System::SharedPtr<System::IO::Stream> Aspose::Pdf::FileSpecification::get_StreamContents()

See Also