Gets or sets a value that indicates whether to encode the resulting Microsoft Windows Media Photo (WMP) image using lossless compression. The default value is false.

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

Syntax

C#
public bool WmpLossless { get; set; }
Visual Basic
Public Property WmpLossless As Boolean
	Get
	Set
Visual C++
public:
property bool WmpLossless {
	bool get ();
	void set (bool value);
}

See Also