public interface IImageCreatorDescriptor extends IImageDescriptor
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.
Modifier and Type | Method and Description |
---|---|
boolean |
canCreate(ImageOptionsBase imageOptions) |
IImageCreator |
createInstance() |
getSupportedFormat
boolean canCreate(ImageOptionsBase imageOptions)
IImageCreator createInstance()
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.