IImageCreatorDescriptor.CanCreate
IImageCreatorDescriptor.CanCreate method
Determines whether image creator can create a new image using the imageOptions.
public bool CanCreate(ImageOptionsBase imageOptions)
Parameter | Type | Description |
---|---|---|
imageOptions | ImageOptionsBase | The image options. |
Return Value
True
if image creator created by this descriptor can create image data using the specified imageOptions; otherwise, false
.
See Also
- class ImageOptionsBase
- interface IImageCreatorDescriptor
- namespace Aspose.Imaging
- assembly Aspose.Imaging