IImageCreatorDescriptor

IImageCreatorDescriptor interface

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.

public interface IImageCreatorDescriptor : IImageDescriptor

Methods

NameDescription
CanCreate(ImageOptionsBase)Determines whether image creator can create a new image using the imageOptions.
CreateInstance()Creates a new creator instance.

See Also