Gets and sets the bits per component used by the palette.
'Declaration
Public Property PaletteBitsPerComponent As Integer
'Usage
Dim instance As ImageDataInfo
Dim value As Integer
instance.PaletteBitsPerComponent = value
value = instance.PaletteBitsPerComponent
public int PaletteBitsPerComponent {get; set;}
public: __property int get_PaletteBitsPerComponent();
public: __property void set_PaletteBitsPerComponent(
int value
);
public:
property int PaletteBitsPerComponent {
int get();
void set ( int value);
}
Property Value
An integer value which represents the bits per component used by the palette.