IImageExporter 类

Summary: The image exporter. Can export data from internal aspose.imaging format to a specified data format.

Module: aspose.imaging

Full Name: aspose.imaging.IImageExporter

Methods

Name描述
export(image, stream, options_base)将指定的图像数据导出为指定的数据格式。
export(image, stream, options_base, bounds_rectangle)将指定的图像数据导出为指定的数据格式。

Method: export(image, stream, options_base)

 export(image, stream, options_base) 

将指定的图像数据导出为指定的数据格式。

Parameters:

参数TypeDescription
imageImage要导出的图像数据。
_io.BufferedRandom用于导出数据的流。
options_baseImageOptionsBase图像导出的选项

Method: export(image, stream, options_base, bounds_rectangle)

 export(image, stream, options_base, bounds_rectangle) 

将指定的图像数据导出为指定的数据格式。

Parameters:

参数TypeDescription
imageImage要导出的图像数据。
_io.BufferedRandom用于导出数据的流。
options_baseImageOptionsBase图像导出的选项
bounds_rectangleRectangle边界矩形。