Aspose::TeX::Plugins::IPlugin::Process method

IPlugin::Process method

Runs plugin execution with defined options.

virtual System::SharedPtr<ResultContainer> Aspose::TeX::Plugins::IPlugin::Process(System::SharedPtr<IPluginOptions> options)=0
ParameterTypeDescription
optionsSystem::SharedPtr<IPluginOptions>An options instance.

ReturnValue

A ResultContainer instance containing the execution result.

See Also