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

Syntax

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

See Also