MathRendererPluginOptions class
Contents
[
Hide
]MathRendererPluginOptions class
The options for the MathRendererPlugin.
Inheritance: MathRendererPluginOptions → MathRendererOptions → FigureRendererOptions
The MathRendererPluginOptions type exposes the following members:
Properties
| Name | Description | 
|---|---|
| preamble | Gets/sets LaTeX document preamble. | 
| scale | Gets/set the scale. 1000 means 100%, 1200 means 120%, etc. | 
| background_color | Gets/sets the background color. | 
| log_stream | Gets/set the stream to write log output to. | 
| show_terminal | The flag that controls terminal output. If truethen terminal output is written to console. | 
| error_report | Gets the error report. | 
| required_input_directory | Gets/sets the directory for the required input, e.g., packages that are beyond Aspose.TeX’s LaTeX support. | 
| margin | Gets/sets the margin width. | 
| text_color | Gets/sets the formula text color. | 
| input_data_collection | Gets the collection of data sources. | 
| output_data_collection | Gets collection of added targets for saving operation results. | 
| operation_name | Returns operation name. | 
Methods
| Name | Description | 
|---|---|
| add_input_data_source(data_source) | Adds a new data source to the collection. | 
| add_output_data_target(data_target) | Adds a new input data target to the collection. | 
See Also
- module aspose.tex.plugins
- package aspose.tex