Class FigureRendererPluginResult

Class FigureRendererPluginResult

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

The Figure Renderer plugin’s common result.

public sealed class FigureRendererPluginResult : IOperationResult

Inheritance

objectFigureRendererPluginResult

Implements

IOperationResult

Inherited Members

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

Properties

Data

Gets raw data.

public object Data { get; }

Property Value

object

IsByteArray

Indicates whether the result is a byte array.

public bool IsByteArray { get; }

Property Value

bool

IsFile

Indicates whether the result is a file path.

public bool IsFile { get; }

Property Value

bool

IsStream

Indicates whether the result is a stream.

public bool IsStream { get; }

Property Value

bool

IsString

Indicates whether the result is a string.

public bool IsString { get; }

Property Value

bool

Log

The stream containing the transcript file.

public Stream Log { get; }

Property Value

Stream

Size

The size of the rendered formula.

public SizeF Size { get; }

Property Value

SizeF

Methods

ToFile()

Tries to convert the result to a file.

public string ToFile()

Returns

string

A string the file path if the result is file; otherwise null.

ToStream()

Tries to convert the result to a stream.

public Stream ToStream()

Returns

Stream

A stream if the result is stream; otherwise null.

 English