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

NameDescription
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ètreTypeDescription
imageImageL’image à exporter.
options_baseImageOptionsBaseLa base des options.

Returns

TypeDescription
boolTrue si l’exportateur créé par ce descripteur peut exporter l’image spécifiée au format de fichier spécifié ; sinon, false.

Method: create_instance()

 create_instance() 

Crée une nouvelle instance d’exportateur.

Returns

TypeDescription
IImageExporterUne nouvelle instance d’exportateur.