IImageCreatorDescriptor Sınıf
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 | Açıklama |
|---|---|
| can_create(image_options) | Görüntü oluşturucunun imageOptions kullanarak yeni bir görüntü oluşturup oluşturamayacağını belirler. |
| create_instance() | Yeni bir oluşturucu örneği oluşturur. |
Method: can_create(image_options)
can_create(image_options)
Görüntü oluşturucunun imageOptions kullanarak yeni bir görüntü oluşturup oluşturamayacağını belirler.
Parameters:
| Parameter | Tür | Açıklama |
|---|---|---|
| image_options | ImageOptionsBase | Görüntü seçenekleri. |
Returns
| Tür | Açıklama |
|---|---|
| bool |
Method: create_instance()
create_instance()
Yeni bir oluşturucu örneği oluşturur.
Returns
| Tür | Açıklama |
|---|---|
| IImageCreator | Yeni bir oluşturucu örneği. |