Aspose::TeX::Plugins::FigureRendererPluginOptions class

FigureRendererPluginOptions class

The options for the FigureRendererPlugin.

class FigureRendererPluginOptions : public Aspose::TeX::Features::FigureRendererOptions,
                                    public Aspose::TeX::Plugins::IPluginOptions,
                                    public Aspose::TeX::Plugins::IInputDataContainer,
                                    public Aspose::TeX::Plugins::IOutputDataContainer

Methods

MethodDescription
AddInputDataSource(System::SharedPtr<IDataSource>) overrideAdds a new data source to the collection.
AddOutputDataTarget(System::SharedPtr<IDataSource>) overrideAdds a new input data target to the collection.
get_InputDataCollection() overrideGets the collection of data sources.
virtual get_OperationName()Returns operation name.
get_OutputDataCollection() overrideGets collection of added targets for saving operation results.

See Also