Gets and sets the bit depth of the image being loaded.
public int BitsPerPixel {get; set;}
public: __property int get_BitsPerPixel();
public: __property void set_BitsPerPixel(
int value
);
public:
property int BitsPerPixel {
int get();
void set ( int value);
}
'Declaration
Public Property BitsPerPixel As Integer
'Usage
Dim instance As LoadOptionsRaw
Dim value As Integer
instance.BitsPerPixel = value
value = instance.BitsPerPixel
Property Value
An integer which represents the bit depth of the image being loaded.