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.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
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);
} |
Property Value
Type:
Int32
See Also