Class MathRendererPluginResult

MathRendererPluginResult class

The Math Renderer plugin’s common result.

public sealed class MathRendererPluginResult : IOperationResult

Properties

NameDescription
Data { get; }Gets raw data.
IsByteArray { get; }Indicates whether the result is a byte array.
IsFile { get; }Indicates whether the result is a file path.
IsStream { get; }Indicates whether the result is a stream.
IsString { get; }Indicates whether the result is a string.
Log { get; }The stream containing the transcript file.
Size { get; }The size of the rendered formula.

Methods

NameDescription
ToFile()Tries to convert the result to a file.
ToStream()Tries to convert the result to a stream.

See Also