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
Parameter | Type | Description |
---|---|---|
options | System::SharedPtr<IPluginOptions> | An options instance. |
ReturnValue
A ResultContainer instance containing the execution result.
See Also
- Typedef SharedPtr
- Class ResultContainer
- Class IPluginOptions
- Class IPlugin
- Namespace Aspose::TeX::Plugins
- Library Aspose.TeX for C++