You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Standalone Functions > IsCMYKFile Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.IsCMYKFile Method

Checks if an image file is CMYK color space based.

C#
public Boolean IsCMYKFile(
    String FilePath
);
Visual Basic
Public Function IsCMYKFile(
    ByVal FilePath As String
) As Boolean
Parameters
Parameters 
Description 
FilePath 
The path of the file to open.  
Returns

True if the specified image file is using CMYK color space, else False.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.