Aspose::TeX::Plugins::StreamDataSource class

StreamDataSource class

The stream data source for plugin’s load and save operations.

class StreamDataSource : public Aspose::TeX::Plugins::IDataSource

Methods

MethodDescription
get_Data() constGets the underlying stream.
get_DataType() overrideThe data source type.
StreamDataSource(System::SharedPtr<System::IO::Stream>)Creates a new stream data source.

See Also