Gets and sets the palette data.
public byte[] Palette {get; set;}
public: __property byte[]* get_Palette();
public: __property void set_Palette(
byte[]* value
);
'Declaration
Public Property Palette As Byte()
'Usage
Dim instance As ImageDataInfo
Dim value() As Byte
instance.Palette = value
value = instance.Palette
Property Value
A byte array which represents the palette data.