Aspose::Page::Plugins::IPlugin::Process method

IPlugin::Process method

Charges a plugin to process with defined options.

virtual System::SharedPtr<ResultContainer> Aspose::Page::Plugins::IPlugin::Process(System::SharedPtr<IPluginOptions> options)=0
ParameterTypeDescription
optionsSystem::SharedPtr<IPluginOptions>An options object containing instructions for the plugin

ReturnValue

An ResultContainer object containing the result of the processing

See Also