Gets or sets the amount of quantization that will be used. The value can be any number from 1 through 255, where 1 indicates lossless compression and higher values indicate more and more lossy compression.
'Declaration
Public Property Quantization As Integer
'Usage
Dim instance As SaveOptionsJpegXR
Dim value As Integer
instance.Quantization = value
value = instance.Quantization
public int Quantization {get; set;}
public: __property int get_Quantization();
public: __property void set_Quantization(
int value
);
public:
property int Quantization {
int get();
void set ( int value);
}
Property Value
The quantization determines the desired image quality by defining the amount of similar image data that can be discarded. The quantization can range from 1-255. A value of one is used to specify lossless compression.