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.WPFAssembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 4.0.3500.0 (4.0.3500.0)
Syntax
C# |
---|
public byte WmpQualityLevel { get; set; } |
Visual Basic |
---|
Public Property WmpQualityLevel As Byte Get Set |
Visual C++ |
---|
public: property unsigned char WmpQualityLevel { unsigned char get (); void set (unsigned char value); } |