Class FigureRendererOptions

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

objectFigureRendererOptions

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

Color

ErrorReport

Gets the error report.

public string ErrorReport { get; }

Property Value

string

LogStream

Gets/set the stream to write log output to.

public Stream LogStream { get; set; }

Property Value

Stream

Margin

Gets/sets the margin width.

public float Margin { get; set; }

Property Value

float

Preamble

Gets/sets LaTeX document preamble.

public string Preamble { get; set; }

Property Value

string

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

IInputWorkingDirectory

Scale

Gets/set the scale. 1000 means 100%, 1200 means 120%, etc.

public int Scale { get; set; }

Property Value

int

ShowTerminal

The flag that controls terminal output. If true then terminal output is written to console.

public bool ShowTerminal { get; set; }

Property Value

bool

 English