Class StringDataSource

Class StringDataSource

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

The string data source for plugin’s load operations.

public sealed class StringDataSource : IDataSource

Inheritance

objectStringDataSource

Implements

IDataSource

Inherited Members

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

Constructors

StringDataSource(string)

Creates a new string data source.

public StringDataSource(string data)

Parameters

data string

The string data.

Properties

Data

Gets the underlying string.

public string Data { get; }

Property Value

string

DataType

The data source type.

public DataType DataType { get; }

Property Value

DataType

 English