Aspose::Page::Plugins::IPlugin::Process メソッド
IPlugin::Process method
プラグインに定義されたオプションで処理させます。
virtual System::SharedPtr<ResultContainer> Aspose::Page::Plugins::IPlugin::Process(System::SharedPtr<IPluginOptions> options)=0
| パラメーター | 型 | 説明 |
|---|---|---|
| options | System::SharedPtr<IPluginOptions> | プラグインへの指示を含む options オブジェクトです。 |
ReturnValue
処理結果を含む ResultContainer オブジェクトです。
参照
- Typedef SharedPtr
- Class ResultContainer
- Class IPluginOptions
- Class IPlugin
- Namespace Aspose::Page::Plugins
- Library Aspose.Page for C++