Gets and sets LZW predictor samples per row.
public int LzwPredictorSamplesPerRow {get; set;}
public: __property int get_LzwPredictorSamplesPerRow();
public: __property void set_LzwPredictorSamplesPerRow(
int value
);
public:
property int LzwPredictorSamplesPerRow {
int get();
void set ( int value);
}
'Declaration
Public Property LzwPredictorSamplesPerRow As Integer
'Usage
Dim instance As ImageDataInfo
Dim value As Integer
instance.LzwPredictorSamplesPerRow = value
value = instance.LzwPredictorSamplesPerRow
Property Value
An integer value which represents the samples per row.