MathRendererOptions class

MathRendererOptions class

Math formula common rendering options.

Inheritance: MathRendererOptionsFigureRendererOptions

The MathRendererOptions type exposes the following members:

Constructors

ConstructorDescription
initCreates a new instance.

Properties

PropertyDescription
preambleGets/sets LaTeX document preamble.
scaleGets/set the scale. 1000 means 100%, 1200 means 120%, etc.
background_colorGets/sets the background color.
log_streamGets/set the stream to write log output to.
show_terminalThe flag that controls terminal output. If true then terminal output is written to console.
error_reportGets the error report.
required_input_directoryGets/sets the directory for the required input, e.g.,
packages that are beyond Aspose.TeX’s LaTeX support.
marginGets/sets the margin width.
text_colorGets/sets the formula text color.

See Also