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

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

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

Returns

TürAçıklama
boolTrue eğer bu tanımlayıcı tarafından oluşturulan görüntü oluşturucu belirtilen imageOptions kullanarak görüntü verisi oluşturabiliyorsa; aksi takdirde false.

Method: create_instance()

 create_instance() 

Yeni bir oluşturucu örneği oluşturur.

Returns

TürAçıklama
IImageCreatorYeni bir oluşturucu örneği.