ImageCreatorsRegistry Sınıfı
İçindekiler
[
Saklamak
]Summary: Represents the image creators registry.
Module: aspose.imaging
Full Name: aspose.imaging.ImageCreatorsRegistry
Properties
| Name | Type | Access | Açıklama |
|---|---|---|---|
| registered_descriptors [static] | IImageCreatorDescriptor[] | r | Kayıtlı tanımlayıcıları alır. |
| registered_formats [static] | FileFormat | r | Kayıtlı görüntü oluşturma biçimlerini alır. |
Methods
| Name | Açıklama |
|---|---|
| create_first_supported_creator(image_options) | Belirtilen için uygun bulunan ilk oluşturucuyu oluşturur. |
| get_first_supported_descriptor(image_options) | Belirtilen için uygun bulunan ilk desteklenen tanımlayıcıyı alır. |
| register(image_creator_descriptor) | Belirtilen görüntü oluşturucu tanımlayıcısını kaydeder. |
| register_creator(creator_descriptor) | Oluşturucuyu kaydeder. |
| unregister_creator(creator_descriptor) | Oluşturucunun kaydını siler. |
Method: create_first_supported_creator(image_options) [static]
create_first_supported_creator(image_options)
Belirtilen için uygun bulunan ilk oluşturucuyu oluşturur.
Parameters:
| Parameter | Tür | Açıklama |
|---|---|---|
| image_options | ImageOptionsBase | Görüntü seçenekleri. |
Returns
| Tür | Açıklama |
|---|---|
| IImageCreator | Belirtileni destekleyen oluşturucu; böyle bir oluşturucu bulunamazsa null. |
Method: get_first_supported_descriptor(image_options) [static]
get_first_supported_descriptor(image_options)
Belirtilen için uygun bulunan ilk desteklenen tanımlayıcıyı alır.
Parameters:
| Parameter | Tür | Açıklama |
|---|---|---|
| image_options | ImageOptionsBase | Görüntü seçenekleri. |
Returns
| Tür | Açıklama |
|---|---|
| IImageCreatorDescriptor | Belirtileni destekleyen oluşturucu tanımlayıcısı; böyle bir tanımlayıcı bulunamazsa null. |
Method: register(image_creator_descriptor) [static]
register(image_creator_descriptor)
Belirtilen görüntü oluşturucu tanımlayıcısını kaydeder.
Parameters:
| Parameter | Tür | Açıklama |
|---|---|---|
| image_creator_descriptor | IImageCreatorDescriptor | Görüntü oluşturucu tanımlayıcısı. |
Method: register_creator(creator_descriptor) [static]
register_creator(creator_descriptor)
Oluşturucuyu kaydeder.
Parameters:
| Parameter | Tür | Açıklama |
|---|---|---|
| creator_descriptor | IImageCreatorDescriptor | Kaydedilecek oluşturucu tanımlayıcısı. |
Method: unregister_creator(creator_descriptor) [static]
unregister_creator(creator_descriptor)
Oluşturucunun kaydını siler.
Parameters:
| Parameter | Tür | Açıklama |
|---|---|---|
| creator_descriptor | IImageCreatorDescriptor | Oluşturucu tanımlayıcısı. |