IDocumentConverterPlugin

IDocumentConverterPlugin interface

定义外部转换器插件的接口。

public interface IDocumentConverterPlugin

方法

姓名描述
Convert(Stream, LoadOptions, Stream, SaveOptions)使用指定的输入输出流和保存选项转换文档。
ConvertToImages(Stream, LoadOptionsSaveOptions)将文档中的页面从输入流转换为图像数组。

也可以看看