Gets and sets the LZW predictor bits per component.
public int LzwPredictorBitsPerComponent {get; set;}
public: __property int get_LzwPredictorBitsPerComponent();
public: __property void set_LzwPredictorBitsPerComponent(
int value
);
public:
property int LzwPredictorBitsPerComponent {
int get();
void set ( int value);
}
'Declaration
Public Property LzwPredictorBitsPerComponent As Integer
'Usage
Dim instance As ImageDataInfo
Dim value As Integer
instance.LzwPredictorBitsPerComponent = value
value = instance.LzwPredictorBitsPerComponent
Property Value
An integer value which represents the LZW predicator bits per component.