Aspose::Page::Plugins::IPlugin class

IPlugin class

General plugin interface that defines common methods that concrete plugin should implement.

class IPlugin : public virtual System::Object

Methods

MethodDescription
virtual Process(System::SharedPtr<IPluginOptions>)Charges a plugin to process with defined options.

See Also