Aspose::TeX::Features::FigureRendererOptions class
Contents
[
Hide
]FigureRendererOptions class
Common options for rendering a LaTeX source code fragment.
class FigureRendererOptions : public virtual System::Object
Methods
Method | Description |
---|---|
FigureRendererOptions() | Creates a new instance. |
get_BackgroundColor() const | Gets/sets the background color. |
get_ErrorReport() const | Gets the error report. |
get_LogStream() const | Gets/set the stream to write log output to. |
get_Margin() const | Gets/sets the margin width. |
get_Preamble() const | Gets/sets LaTeX document preamble. |
get_RequiredInputDirectory() const | Gets/sets the directory for the required input, e.g., packages that are beyond Aspose.TeX’s LaTeX support. |
get_Scale() const | Gets/set the scale. 1000 means 100%, 1200 means 120%, etc. |
get_ShowTerminal() const | The flag that controls terminal output. If true then terminal output is written to console. |
set_BackgroundColor(System::Drawing::Color) | Gets/sets the background color. |
set_LogStream(System::SharedPtr<System::IO::Stream>) | Gets/set the stream to write log output to. |
set_Margin(float) | Gets/sets the margin width. |
set_Preamble(System::String) | Gets/sets LaTeX document preamble. |
set_RequiredInputDirectory(System::SharedPtr<Aspose::TeX::IO::IInputWorkingDirectory>) | Gets/sets the directory for the required input, e.g., packages that are beyond Aspose.TeX’s LaTeX support. |
set_Scale(int32_t) | Gets/set the scale. 1000 means 100%, 1200 means 120%, etc. |
set_ShowTerminal(bool) | The flag that controls terminal output. If true then terminal output is written to console. |
See Also
- Class Object
- Namespace Aspose::TeX::Features
- Library Aspose.TeX for C++