Accusoft.ImagXpress13.Net
Quantization Property (SaveOptionsWsq)




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

Property Value

A double value which represents the quantization of the saved WSQ file.
Remarks

The default value is 0.75.

Valid values are anything greater than 0 and less than or equal to 32.

Note: Available in Professional edition.

See Also

Reference

SaveOptionsWsq Class
SaveOptionsWsq Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback