Класс IImageCreatorDescriptor
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) | Определяет, может ли создатель изображения создать новое изображение, используя imageOptions. |
| create_instance() | Создает новый экземпляр создателя. |
Method: can_create(image_options)
can_create(image_options)
Определяет, может ли создатель изображения создать новое изображение, используя imageOptions.
Parameters:
| Параметр | Тип | Описание |
|---|---|---|
| image_options | ImageOptionsBase | Параметры изображения. |
Returns
| Тип | Описание |
|---|---|
| bool |
Method: create_instance()
create_instance()
Создает новый экземпляр создателя.
Returns
| Тип | Описание |
|---|---|
| IImageCreator | Новый экземпляр создателя. |