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描述
can_create(image_options)确定图像创建器是否可以使用 imageOptions 创建新图像。
create_instance()创建一个新的创建器实例。

Method: can_create(image_options)

 can_create(image_options) 

确定图像创建器是否可以使用 imageOptions 创建新图像。

Parameters:

参数TypeDescription
image_optionsImageOptionsBase图像选项。

Returns

TypeDescription
boolTrue 如果此描述符创建的图像创建器可以使用指定的 imageOptions 创建图像数据;否则为 false

Method: create_instance()

 create_instance() 

创建一个新的创建器实例。

Returns

TypeDescription
IImageCreator一个新的创建器实例。