CanCreate

IImageCreatorDescriptor.CanCreate method

Determines whether image creator can create a new image using the imageOptions.

public bool CanCreate(ImageOptionsBase imageOptions)
ParameterTypeDescription
imageOptionsImageOptionsBaseThe image options.

Return Value

True if image creator created by this descriptor can create image data using the specified imageOptions; otherwise, false.

See Also