Gets or sets a value that indicates the quality level of the resulting Joint Photographics Experts Group (JPEG) image. The quality level of the JPEG image is expressed numerically and must be between 1 and 100. 100 indicates the highest quality level, while 1 indicates the lowest. The default value is 75.

Namespace:  Neodynamic.WPF
Assembly:  Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll)
Version: 2.0.3000.0 (2.0.3000.0)

Syntax

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

See Also