In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaGetBitsPerPixel Method

WiaGetBitsPerPixel Method (GdPictureImaging)

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

Return Value

The current bits per pixel setting.
See Also