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

Namespace:  Neodynamic.WinControls.BarcodeProfessional
Assembly:  Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)

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