Aspose::Pdf::LowCode::IPlugin::Process método

IPlugin::Process method

Carga un plugin para procesar con opciones definidas.

virtual System::SharedPtr<ResultContainer> Aspose::Pdf::LowCode::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