Gets and sets the quantization of the saved WSQ file.
public double Quantization {get; set;}
public: __property double get_Quantization();
public: __property void set_Quantization(
double value
);
'Declaration
Public Property Quantization As Double
'Usage
Dim instance As SaveOptionsWsq
Dim value As Double
instance.Quantization = value
value = instance.Quantization
Property Value
A double value which represents the quantization of the saved WSQ file.