IImageExporterDescriptor klass
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) | Bestämmer om bildexportören kan exportera den angivna bilden till det angivna bildformatet som specificeras av sparalternativen. |
| create_instance() | Skapar en ny exportörsinstans. |
Method: can_export(image, options_base)
can_export(image, options_base)
Bestämmer om bildexportören kan exportera den angivna bilden till det angivna bildformatet som specificeras av sparalternativen.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| image | Image | Bilden att exportera. |
| options_base | ImageOptionsBase | Alternativbasen. |
Returns
| Typ | Beskrivning |
|---|---|
| bool |
Method: create_instance()
create_instance()
Skapar en ny exportörsinstans.
Returns
| Typ | Beskrivning |
|---|---|
| IImageExporter | En ny exportörsinstans. |