0.0 specifies the lowest possible fidelity rendition and 1.0 specifies the highest fidelity, which for Microsoft HD Photo results in mathematically lossless compression.

The default value is 0.9.

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

Syntax

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

See Also