IImageExporterDescriptor Klasse
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 | Beschreibung |
|---|---|
| can_export(image, options_base) | Bestimmt, ob der Bildexporter das angegebene Bild in das durch die Speicheroptionen angegebene Bildformat exportieren kann. |
| create_instance() | Erstellt eine neue Exporter-Instanz. |
Method: can_export(image, options_base)
can_export(image, options_base)
Bestimmt, ob der Bildexporter das angegebene Bild in das durch die Speicheroptionen angegebene Bildformat exportieren kann.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| image | Image | Das zu exportierende Bild. |
| options_base | ImageOptionsBase | Die Optionsbasis. |
Returns
| Typ | Beschreibung |
|---|---|
| bool |
Method: create_instance()
create_instance()
Erstellt eine neue Exporter-Instanz.
Returns
| Typ | Beschreibung |
|---|---|
| IImageExporter | Eine neue Exporter-Instanz. |