In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaGetChannelsPerPixel Method

WiaGetChannelsPerPixel Method (GdPictureImaging)

In This Topic
Returns the current channels per pixel setting for the selected device.
Syntax
'Declaration
 
Public Function WiaGetChannelsPerPixel() As Integer
public int WiaGetChannelsPerPixel()
public function WiaGetChannelsPerPixel(): Integer; 
public function WiaGetChannelsPerPixel() : int;
public: int WiaGetChannelsPerPixel(); 
public:
int WiaGetChannelsPerPixel(); 

Return Value

The current channels per pixel setting.
See Also