Class MathRendererOptions
Class MathRendererOptions
Namespace: Aspose.TeX.Features
Assembly: Aspose.TeX.dll (25.2.0)
Math formula common rendering options.
public class MathRendererOptions : FigureRendererOptions
Inheritance
object ← FigureRendererOptions ← MathRendererOptions
Derived
MathRendererPluginOptions, PngMathRendererOptions, SvgMathRendererOptions
Inherited Members
FigureRendererOptions.Preamble, FigureRendererOptions.Scale, FigureRendererOptions.BackgroundColor, FigureRendererOptions.LogStream, FigureRendererOptions.ShowTerminal, FigureRendererOptions.ErrorReport, FigureRendererOptions.RequiredInputDirectory, FigureRendererOptions.Margin, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
MathRendererOptions()
Creates a new instance.
public MathRendererOptions()
Properties
TextColor
Gets/sets the formula text color.
public Color TextColor { get; set; }