Class FigureRendererOptions
Namespace: Aspose.TeX.Features
Assembly: Aspose.TeX.dll (25.2.0)
Common options for rendering a LaTeX source code fragment.
public class FigureRendererOptions
Inheritance
object ← FigureRendererOptions
Derived
FigureRendererPluginOptions, MathRendererOptions, PngFigureRendererOptions, SvgFigureRendererOptions
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
FigureRendererOptions()
Creates a new instance.
public FigureRendererOptions()
Properties
BackgroundColor
Gets/sets the background color.
public Color BackgroundColor { get; set; }
Property Value
ErrorReport
Gets the error report.
public string ErrorReport { get; }
Property Value
LogStream
Gets/set the stream to write log output to.
public Stream LogStream { get; set; }
Property Value
Margin
Gets/sets the margin width.
public float Margin { get; set; }
Property Value
Preamble
Gets/sets LaTeX document preamble.
public string Preamble { get; set; }
Property Value
RequiredInputDirectory
Gets/sets the directory for the required input, e.g., packages that are beyond Aspose.TeX’s LaTeX support.
public IInputWorkingDirectory RequiredInputDirectory { get; set; }
Property Value
Scale
Gets/set the scale. 1000 means 100%, 1200 means 120%, etc.
public int Scale { get; set; }
Property Value
ShowTerminal
The flag that controls terminal output. If true
then terminal output is written to console.
public bool ShowTerminal { get; set; }