IImageExporterDescriptor 类

Summary: Represents the image exporter descriptor. The exporter descriptor is used to overcome the necessity to contain each exporter instance
in memory and multithreading issues.

Module: aspose.imaging

Full Name: aspose.imaging.IImageExporterDescriptor

Methods

Name描述
can_export(image, options_base)确定图像导出器是否可以将指定的图像导出为保存选项指定的图像格式。
create_instance()创建一个新的导出器实例。

Method: can_export(image, options_base)

 can_export(image, options_base) 

确定图像导出器是否可以将指定的图像导出为保存选项指定的图像格式。

Parameters:

参数TypeDescription
imageImage要导出的图像。
options_baseImageOptionsBase选项基类。

Returns

TypeDescription
boolTrue 如果由此描述符创建的导出器可以将指定的图像导出为指定的文件格式;否则为 false

Method: create_instance()

 create_instance() 

创建一个新的导出器实例。

Returns

TypeDescription
IImageExporter新的导出器实例。