Classe 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 | Description |
|---|---|
| can_export(image, options_base) | Détermine si l’exportateur d’image peut exporter l’image spécifiée au format d’image spécifié par les options d’enregistrement. |
| create_instance() | Crée une nouvelle instance d’exportateur. |
Method: can_export(image, options_base)
can_export(image, options_base)
Détermine si l’exportateur d’image peut exporter l’image spécifiée au format d’image spécifié par les options d’enregistrement.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| image | Image | L’image à exporter. |
| options_base | ImageOptionsBase | La base des options. |
Returns
| Type | Description |
|---|---|
| bool |
Method: create_instance()
create_instance()
Crée une nouvelle instance d’exportateur.
Returns
| Type | Description |
|---|---|
| IImageExporter | Une nouvelle instance d’exportateur. |