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 80.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

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