Aspose::Page::Plugins::IPlugin::Process 方法
IPlugin::Process method
指派插件使用已定义的选项进行处理。
virtual System::SharedPtr<ResultContainer> Aspose::Page::Plugins::IPlugin::Process(System::SharedPtr<IPluginOptions> options)=0
| Parameter | Type | 描述 |
|---|---|---|
| 选项 | System::SharedPtr<IPluginOptions> | 一个包含插件指令的选项对象。 |
ReturnValue
一个包含处理结果的 ResultContainer 对象。
另见
- Typedef SharedPtr
- Class ResultContainer
- Class IPluginOptions
- Class IPlugin
- Namespace Aspose::Page::Plugins
- Library Aspose.Page for C++