Gets or sets the number system to use for UPC-E symbology.

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

Syntax

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

See Also