Aspose::Page::Plugins::StreamDataSource class
StreamDataSource class
Represents stream data source for load and save operations of a plugin.
class StreamDataSource : public Aspose::Page::Plugins::IDataSource
Methods
Method | Description |
---|---|
get_Data() const | Gets the stream object of the current data source. |
get_DataType() override | Type of data source (stream). |
StreamDataSource(System::SharedPtr<System::IO::Stream>) | Initializes new stream data source with the specified stream object. |
See Also
- Class IDataSource
- Namespace Aspose::Page::Plugins
- Library Aspose.Page for C++