Specifies the resulting quality of the compressed image. This is an alternative way to specify the resulting file size and image quality other than J2000_Rate. Setting a value less than 100 actually disables J2000_Rate action. Default: 100

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public double J2000_Quality { get; set; }
Public Property J2000_Quality As Double
	Get
	Set
public:
property double J2000_Quality {
	double get ();
	void set (double value);
}

See Also