IImageCreatorDescriptor Class
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 | Description |
---|---|
can_create(image_options) | Determines whether image creator can create a new image using the imageOptions. |
create_instance() | Creates a new creator instance. |
Method: can_create(image_options)
can_create(image_options)
Determines whether image creator can create a new image using the imageOptions.
Parameters:
Parameter | Type | Description |
---|---|---|
image_options | ImageOptionsBase | The image options. |
Returns
Type | Description |
---|---|
bool |
Method: create_instance()
create_instance()
Creates a new creator instance.
Returns
Type | Description |
---|---|
IImageCreator | A new creator instance. |