Aspose::TeX::Plugins::MathRendererPluginOptions class

MathRendererPluginOptions class

The options for the MathRendererPlugin.

class MathRendererPluginOptions : public Aspose::TeX::Features::MathRendererOptions,
                                  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