GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / WiaGetBitsPerPixel Method





In This Topic
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