See Also Examples Applies To
Checks if an image file is CMYK color space based.
Syntax
object.IsCMYKFile (sFilePath)
The IsCMYKFile syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| sFilePath | Required. String. The path of the file to open. |
Returns
Boolean. True if the specified image file use CMYK color space, else False.
Category
Get & Set Std. Image Properties