Gets or sets the compression quality of the resulting Microsoft Windows Media Photo (WMP) image. A value of 1 is considered lossless and higher values indicate a high compression ratio and lower image quality. The range is 0 to 255. The default value is 1.

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

Syntax

C#
public byte WmpQualityLevel { get; set; }
Visual Basic (Declaration)
Public Property WmpQualityLevel As Byte
Visual C++
public:
property unsigned char WmpQualityLevel {
	unsigned char get ();
	void set (unsigned char value);
}

See Also