Class StreamDataSource

Class StreamDataSource

Namespace: Aspose.TeX.Plugins
Assembly: Aspose.TeX.dll (25.2.0)

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

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)

Creates a new stream data source.

public StreamDataSource(Stream data)

Parameters

data Stream

The stream.

Properties

Data

Gets the underlying stream.

public Stream Data { get; }

Property Value

Stream

DataType

The data source type.

public DataType DataType { get; }

Property Value

DataType

 English