Gets and sets LZW predictor colors value.
public int LzwColors {get; set;}
public: __property int get_LzwColors();
public: __property void set_LzwColors(
int value
);
public:
property int LzwColors {
int get();
void set ( int value);
}
'Declaration
Public Property LzwColors As Integer
'Usage
Dim instance As ImageDataInfo
Dim value As Integer
instance.LzwColors = value
value = instance.LzwColors
Property Value
An integer value which represents the LZW colors.