Aspose::Page::Plugins::IPlugin::Process-Methode
IPlugin::Process method
Beauftragt ein Plugin, mit definierten Optionen zu verarbeiten.
virtual System::SharedPtr<ResultContainer> Aspose::Page::Plugins::IPlugin::Process(System::SharedPtr<IPluginOptions> options)=0
| Parameter | Typ | Beschreibung |
|---|---|---|
| Optionen | System::SharedPtr<IPluginOptions> | Ein Optionsobjekt, das Anweisungen für das Plugin enthält. |
ReturnValue
Ein ResultContainer Objekt, das das Ergebnis der Verarbeitung enthält.
Siehe auch
- Typedef SharedPtr
- Class ResultContainer
- Class IPluginOptions
- Class IPlugin
- Namespace Aspose::Page::Plugins
- Library Aspose.Page for C++