Gets the number of bits per pixel.
public int BitsPerPixel {get;}
public: __property int get_BitsPerPixel();
public:
property int BitsPerPixel {
int get();
}
'Declaration
Public ReadOnly Property BitsPerPixel As Integer
'Usage
Dim instance As ImageXData
Dim value As Integer
value = instance.BitsPerPixel
Property Value
An integer value which represents the number of bits per pixel.