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

IPlugin::Process method

Encarga a un plugin procesar con opciones definidas.

virtual System::SharedPtr<ResultContainer> Aspose::Page::Plugins::IPlugin::Process(System::SharedPtr<IPluginOptions> options)=0
ParámetroTipoDescripción
opcionesSystem::SharedPtr<IPluginOptions>Un objeto de opciones que contiene instrucciones para el plugin

ReturnValue

Un objeto ResultContainer que contiene el resultado del procesamiento

Ver también