PngMathRendererPluginOptions class
Contents
[
Hide
]PngMathRendererPluginOptions class
The Math Renderer plugin’s options to render a math formula in PNG.
Inheritance: PngMathRendererPluginOptions → MathRendererPluginOptions → MathRendererOptions → FigureRendererOptions
The PngMathRendererPluginOptions type exposes the following members:
Constructors
| Name | Description | 
|---|---|
| PngMathRendererPluginOptions() | Creates a new instance. | 
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. | 
| resolution | Gets/sets the image resolution. | 
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