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
| Name | Beschreibung |
|---|---|
| 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:
| Parameter | Typ | Beschreibung |
|---|---|---|
| image_options | ImageOptionsBase | Die Bildoptionen. |
Returns
| Typ | Beschreibung |
|---|---|
| bool |
Method: create_instance()
create_instance()
Erstellt eine neue Ersteller-Instanz.
Returns
| Typ | Beschreibung |
|---|---|
| IImageCreator | Eine neue Ersteller-Instanz. |