MathRenderer.Render
MathRenderer.Render method
Renders a math formula.
public SizeF Render(string formula, Stream stream, MathRendererOptions mathRendererOptions)
Parameter | Type | Description |
---|---|---|
formula | String | The formula LaTeX program. |
stream | Stream | The stream to write the output to. |
mathRendererOptions | MathRendererOptions | The rendering options. |
Return Value
The output image size.
See Also
- class MathRendererOptions
- class MathRenderer
- namespace Aspose.TeX.Features
- assembly Aspose.TeX