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

MethodDescription
get_Data() constGets the stream object of the current data source.
get_DataType() overrideType of data source (stream).
StreamDataSource(System::SharedPtr<System::IO::Stream>)Initializes new stream data source with the specified stream object.

See Also