Gets and sets the length of the palette in entries (not bytes!).
'Declaration
Public Property PaletteLength As Integer
'Usage
Dim instance As ImageDataInfo
Dim value As Integer
instance.PaletteLength = value
value = instance.PaletteLength
public int PaletteLength {get; set;}
public: __property int get_PaletteLength();
public: __property void set_PaletteLength(
int value
);
public:
property int PaletteLength {
int get();
void set ( int value);
}
Property Value
An integer value which represents the length of the palette.