'Declaration
Public Function IsCMYKFile( _ ByVal FilePath As String _ ) As Boolean
public bool IsCMYKFile( string FilePath )
public function IsCMYKFile( FilePath: String ): Boolean;
public function IsCMYKFile( FilePath : String ) : boolean;
public: bool IsCMYKFile( string* FilePath )
public: bool IsCMYKFile( String^ FilePath )
Parameters
- FilePath
- The file path of the image file to be checked.
Return Value
true if the specified image file is using CMYK color space, otherwise false. The GetStat method can be subsequently used to determine if this method has been successful.