Class StreamDataSource
StreamDataSource class
Represents stream data source for load and save operations of a plugin.
public sealed class StreamDataSource : IDataSource
Constructors
| Name | Description |
|---|---|
| StreamDataSource(Stream) | Initializes new stream data source with the specified stream object. |
Properties
| Name | Description |
|---|---|
| Data { get; } | Gets the stream object of the current data source. |
| DataType { get; } | Type of data source (stream). |
See Also
- interface IDataSource
- namespace Aspose.Page.Plugins
- assembly Aspose.Page