Class StreamDataSource

Class StreamDataSource

Namespace: Aspose.Page.Plugins
Assembly: Aspose.Page.dll (25.1.2)

Represents stream data source for load and save operations of a plugin.

public sealed class StreamDataSource : IDataSource

Inheritance

objectStreamDataSource

Implements

IDataSource

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

StreamDataSource(Stream)

Initializes new stream data source with the specified stream object.

public StreamDataSource(Stream data)

Parameters

data Stream

Stream object

Properties

Data

Gets the stream object of the current data source.

public Stream Data { get; }

Property Value

Stream

DataType

Type of data source (stream).

public DataType DataType { get; }

Property Value

DataType

 English