Aspose::TeX::Plugins::MathRendererPluginResult class
Contents
[
Hide
]MathRendererPluginResult class
The Math Renderer plugin’s common result.
class MathRendererPluginResult : public Aspose::TeX::Plugins::IOperationResult
Methods
Method | Description |
---|---|
get_Data() override | Gets raw data. |
get_IsByteArray() override | Indicates whether the result is a byte array. |
get_IsFile() override | Indicates whether the result is a file path. |
get_IsStream() override | Indicates whether the result is a stream. |
get_IsString() override | Indicates whether the result is a string. |
get_Log() const | The stream containing the transcript file. |
get_Size() const | The size of the rendered formula. |
ToFile() override | Tries to convert the result to a file. |
ToStream() override | Tries to convert the result to a stream. |
See Also
- Class IOperationResult
- Namespace Aspose::TeX::Plugins
- Library Aspose.TeX for C++