MathRendererPluginOptions class

MathRendererPluginOptions class

The options for the MathRendererPlugin.

Inheritance: MathRendererPluginOptionsMathRendererOptionsFigureRendererOptions

The MathRendererPluginOptions type exposes the following members:

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.
input_data_collectionGets the collection of data sources.
output_data_collectionGets collection of added targets for saving operation results.
operation_nameReturns operation name.

Methods

MethodDescription
add_input_data_sourceAdds a new data source to the collection.
add_output_data_targetAdds a new input data target to the collection.

See Also