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:
| 参数 | Type | Description |
|---|---|---|
| image | Image | 要导出的图像。 |
| options_base | ImageOptionsBase | 选项基类。 |
Returns
| Type | Description |
|---|---|
| bool |
Method: create_instance()
create_instance()
创建一个新的导出器实例。
Returns
| Type | Description |
|---|---|
| IImageExporter | 新的导出器实例。 |