Interface IPlugin

Interface IPlugin

Namespace: Aspose.Page.Plugins
Assembly: Aspose.Page.dll (25.1.2)

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

public interface IPlugin

Methods

Process(IPluginOptions)

Charges a plugin to process with defined options

ResultContainer Process(IPluginOptions options)

Parameters

options IPluginOptions

An options object containing instructions for the plugin

Returns

ResultContainer

An ResultContainer object containing the result of the processing

 English