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

NameBeschreibung
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:

ParameterTypBeschreibung
imageImageDas zu exportierende Bild.
options_baseImageOptionsBaseDie Optionsbasis.

Returns

TypBeschreibung
boolTrue wenn der von diesem Deskriptor erstellte Exporter das angegebene Bild in das angegebene Dateiformat exportieren kann; andernfalls false.

Method: create_instance()

 create_instance() 

Erstellt eine neue Exporter-Instanz.

Returns

TypBeschreibung
IImageExporterEine neue Exporter-Instanz.