ImageCreatorsRegistry Sınıfı

Summary: Represents the image creators registry.

Module: aspose.imaging

Full Name: aspose.imaging.ImageCreatorsRegistry

Properties

NameTypeAccessAçıklama
registered_descriptors [static]IImageCreatorDescriptor[]rKayıtlı tanımlayıcıları alır.
registered_formats [static]FileFormatrKayıtlı görüntü oluşturma biçimlerini alır.

Methods

NameAçı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:

ParameterTürAçıklama
image_optionsImageOptionsBaseGörüntü seçenekleri.

Returns

TürAçıklama
IImageCreatorBelirtileni 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:

ParameterTürAçıklama
image_optionsImageOptionsBaseGörüntü seçenekleri.

Returns

TürAçıklama
IImageCreatorDescriptorBelirtileni 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:

ParameterTürAçıklama
image_creator_descriptorIImageCreatorDescriptorGörüntü oluşturucu tanımlayıcısı.

Method: register_creator(creator_descriptor) [static]

 register_creator(creator_descriptor) 

Oluşturucuyu kaydeder.

Parameters:

ParameterTürAçıklama
creator_descriptorIImageCreatorDescriptorKaydedilecek oluşturucu tanımlayıcısı.

Method: unregister_creator(creator_descriptor) [static]

 unregister_creator(creator_descriptor) 

Oluşturucunun kaydını siler.

Parameters:

ParameterTürAçıklama
creator_descriptorIImageCreatorDescriptorOluşturucu tanımlayıcısı.