Class PngFigureRendererOptions
Contents
[
Hide
]PngFigureRendererOptions class
Options for rendering a LaTeX source code fragment to PNG.
public class PngFigureRendererOptions : FigureRendererOptions, IRasterRendererOptions
Constructors
Name | Description |
---|---|
PngFigureRendererOptions() | The default constructor. |
Properties
Name | Description |
---|---|
BackgroundColor { get; set; } | Gets/sets the background color. |
ErrorReport { get; } | Gets the error report. |
LogStream { get; set; } | Gets/set the stream to write log output to. |
Margin { get; set; } | Gets/sets the margin width. |
Preamble { get; set; } | Gets/sets LaTeX document preamble. |
RequiredInputDirectory { get; set; } | Gets/sets the directory for the required input, e.g., packages that are beyond Aspose.TeX’s LaTeX support. |
Resolution { get; set; } | Gets/sets image resolution. |
Scale { get; set; } | Gets/set the scale. 1000 means 100%, 1200 means 120%, etc. |
ShowTerminal { get; set; } | The flag that controls terminal output. If true then terminal output is written to console. |
See Also
- class FigureRendererOptions
- interface IRasterRendererOptions
- namespace Aspose.TeX.Features
- assembly Aspose.TeX