Interface IPlugin

Interface IPlugin

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

一般的なプラグインインターフェイスで、具体的なプラグインが実装すべき共通メソッドを定義します。

public interface IPlugin

メソッド

Process(IPluginOptions)

定義されたオプションで処理するためのプラグインを充電します。

ResultContainer Process(IPluginOptions options)

パラメータ

options IPluginOptions

プラグインに対する指示を含むオプションオブジェクト

戻り値

ResultContainer

処理の結果を含むResultContainerオブジェクト

 日本語