Class FigureRendererPluginOptions

FigureRendererPluginOptions class

The options for the FigureRendererPlugin.

public abstract class FigureRendererPluginOptions : FigureRendererOptions, IPluginOptions

Properties

NameDescription
BackgroundColor { get; set; }Gets/sets the background color.
ErrorReport { get; }Gets the error report.
InputDataCollection { get; }Gets the collection of data sources.
LogStream { get; set; }Gets/set the stream to write log output to.
Margin { get; set; }Gets/sets the margin width.
virtual OperationName { get; }Returns operation name.
OutputDataCollection { get; }Gets collection of added targets for saving operation results.
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.
Scale { get; set; }Gets/set the scale. 1000 means 100%, 1200 means 120%, etc.
ShowTerminal { get; set; }The flag that controls terminal output. If

Methods

NameDescription
AddInputDataSource(IDataSource)Adds a new data source to the collection.
AddOutputDataTarget(IDataSource)Adds a new input data target to the collection.

See Also