Interface IPlugin
Interface IPlugin
命名空间: Aspose.Page.Plugins
程序集: Aspose.Page.dll (25.1.2)
通用插件接口,定义了具体插件应该实现的公共方法。
public interface IPlugin
方法
Process(IPluginOptions)
调用插件以使用定义的选项进行处理
ResultContainer Process(IPluginOptions options)
参数
options
IPluginOptions
一个包含插件指令的选项对象
返回
一个包含处理结果的 ResultContainer 对象