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

Namespace:  Neodynamic.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.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