Aspose::Page::Plugins::IPlugin::Process メソッド

IPlugin::Process method

プラグインに定義されたオプションで処理させます。

virtual System::SharedPtr<ResultContainer> Aspose::Page::Plugins::IPlugin::Process(System::SharedPtr<IPluginOptions> options)=0
パラメーター説明
optionsSystem::SharedPtr<IPluginOptions>プラグインへの指示を含む options オブジェクトです。

ReturnValue

処理結果を含む ResultContainer オブジェクトです。

参照