Class FigureRendererPluginResult
Contents
[
Hide
]FigureRendererPluginResult class
The Figure Renderer plugin’s common result.
public sealed class FigureRendererPluginResult : IOperationResult
Properties
Name | Description |
---|---|
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
Name | Description |
---|---|
ToFile() | Tries to convert the result to a file. |
ToStream() | Tries to convert the result to a stream. |
See Also
- interface IOperationResult
- namespace Aspose.TeX.Plugins
- assembly Aspose.TeX