IImageExporter

IImageExporter interface

图像导出器。可以将内部Aspose.Imaging格式的数据导出为指定的数据格式。

public interface IImageExporter

方法

姓名描述
Export(Image, Stream, ImageOptionsBase)将指定的图像数据导出为指定的数据格式。
Export(Image, Stream, ImageOptionsBase, Rectangle)将指定的图像数据导出为指定的数据格式。

也可以看看