Aspose::Pdf::Plugins::IPlugin::Process method
IPlugin::Process method
Charges a plugin to process with defined options.
virtual System::SharedPtr<ResultContainer> Aspose::Pdf::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::Pdf::Plugins
- Library Aspose.PDF for C++