Gets or sets the image quality level of the resulting Microsoft Windows Media Photo (WMP) image. The range is 0 to 1.0. The default value is 0.9. A value of 1.0 represents a lossless image quality.

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

Syntax

C#
public float WmpImageQualityLevel { get; set; }
Visual Basic (Declaration)
Public Property WmpImageQualityLevel As Single
Visual C++
public:
property float WmpImageQualityLevel {
	float get ();
	void set (float value);
}

See Also