Aspose::TeX::Features::FigureRendererOptions class

FigureRendererOptions class

Common options for rendering a LaTeX source code fragment.

class FigureRendererOptions : public virtual System::Object

Methods

MethodDescription
FigureRendererOptions()Creates a new instance.
get_BackgroundColor() constGets/sets the background color.
get_ErrorReport() constGets the error report.
get_LogStream() constGets/set the stream to write log output to.
get_Margin() constGets/sets the margin width.
get_Preamble() constGets/sets LaTeX document preamble.
get_RequiredInputDirectory() constGets/sets the directory for the required input, e.g., packages that are beyond Aspose.TeX’s LaTeX support.
get_Scale() constGets/set the scale. 1000 means 100%, 1200 means 120%, etc.
get_ShowTerminal() constThe 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