Aspose::Page::Plugins::IPlugin::Process 方法

IPlugin::Process method

指派插件使用已定义的选项进行处理。

virtual System::SharedPtr<ResultContainer> Aspose::Page::Plugins::IPlugin::Process(System::SharedPtr<IPluginOptions> options)=0
ParameterType描述
选项System::SharedPtr<IPluginOptions>一个包含插件指令的选项对象。

ReturnValue

一个包含处理结果的 ResultContainer 对象。

另见