Gets and sets the number of bytes in the image utilized to represent a single pixel.
public int BytesPerPixel {get; set;}
public: __property int get_BytesPerPixel();
public: __property void set_BytesPerPixel(
int value
);
public:
property int BytesPerPixel {
int get();
void set ( int value);
}
'Declaration
Public Property BytesPerPixel As Integer
'Usage
Dim instance As LoadOptionsRaw
Dim value As Integer
instance.BytesPerPixel = value
value = instance.BytesPerPixel
Property Value
An integer value which represents the number of bytes in the image utilized to represent a single pixel.