IImageCreatorDescriptor Klasse

Summary: The image creator descriptor specifying the creator properties. The creator descriptor is used to overcome
the necessity to contain each image creator instance in memory and multithreading issues.

Module: aspose.imaging

Full Name: aspose.imaging.IImageCreatorDescriptor

Methods

NameBeschreibung
can_create(image_options)Bestimmt, ob der Bild-Ersteller ein neues Bild mit den imageOptions erstellen kann.
create_instance()Erstellt eine neue Ersteller-Instanz.

Method: can_create(image_options)

 can_create(image_options) 

Bestimmt, ob der Bild-Ersteller ein neues Bild mit den imageOptions erstellen kann.

Parameters:

ParameterTypBeschreibung
image_optionsImageOptionsBaseDie Bildoptionen.

Returns

TypBeschreibung
boolTrue wenn der vom Descriptor erstellte Bild-Ersteller Bilddaten mit den angegebenen imageOptions erzeugen kann; andernfalls false.

Method: create_instance()

 create_instance() 

Erstellt eine neue Ersteller-Instanz.

Returns

TypBeschreibung
IImageCreatorEine neue Ersteller-Instanz.