Quality factor, from 1 to 100. The higher the value, the better the image quality, and the larger resultant memory needed.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int JPEG_Quality { get; set; }
Public Property JPEG_Quality As Integer
	Get
	Set
public:
property int JPEG_Quality {
	int get ();
	void set (int value);
}

See Also