Class MathRenderer
Class MathRenderer
Namespace: Aspose.TeX.Features
Assembly: Aspose.TeX.dll (25.2.0)
Implements rendering of math formula.
public abstract class MathRenderer
Inheritance
Derived
PngMathRenderer, SvgMathRenderer
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
MathRenderer()
Creates a new instance.
public MathRenderer()
Methods
Render(string, Stream, MathRendererOptions)
Renders a math formula.
public SizeF Render(string formula, Stream stream, MathRendererOptions mathRendererOptions)
Parameters
formula
string
The formula LaTeX program.
stream
Stream
The stream to write the output to.
mathRendererOptions
MathRendererOptions
The rendering options.
Returns
The output image size.