Aspose::Page::Plugins::IPlugin::Process method
IPlugin::Process method
Charges a plugin to process with defined options.
virtual System::SharedPtr<ResultContainer> Aspose::Page::Plugins::IPlugin::Process(System::SharedPtr<IPluginOptions> options)=0
Parameter | Type | Description |
---|---|---|
options | System::SharedPtr<IPluginOptions> | An options object containing instructions for the plugin |
ReturnValue
An ResultContainer object containing the result of the processing
See Also
- Typedef SharedPtr
- Class ResultContainer
- Class IPluginOptions
- Class IPlugin
- Namespace Aspose::Page::Plugins
- Library Aspose.Page for C++