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: 4.0.3500.0 (4.0.3500.0)

Syntax

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

See Also