In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / IsCMYKFile Method

IsCMYKFile Method (GdPictureImaging)

In This Topic
Syntax
'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
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members