Interface IPlugin
Interface IPlugin
Namespace: Aspose.Page.Plugins
Assembly: Aspose.Page.dll (25.1.2)
一般的なプラグインインターフェイスで、具体的なプラグインが実装すべき共通メソッドを定義します。
public interface IPlugin
メソッド
Process(IPluginOptions)
定義されたオプションでプラグインを処理するように指示します。
ResultContainer Process(IPluginOptions options)
パラメータ
options
IPluginOptions
プラグインに対する指示を含むオプションオブジェクト
戻り値
処理の結果を含むResultContainerオブジェクト