Aspose::TeX::Plugins::FigureRendererPluginResult class

FigureRendererPluginResult class

The Figure Renderer plugin’s common result.

class FigureRendererPluginResult : public Aspose::TeX::Plugins::IOperationResult

Methods

MethodDescription
get_Data() overrideGets raw data.
get_IsByteArray() overrideIndicates whether the result is a byte array.
get_IsFile() overrideIndicates whether the result is a file path.
get_IsStream() overrideIndicates whether the result is a stream.
get_IsString() overrideIndicates whether the result is a string.
get_Log() constThe stream containing the transcript file.
get_Size() constThe size of the rendered formula.
ToFile() overrideTries to convert the result to a file.
ToStream() overrideTries to convert the result to a stream.

See Also