Gets or sets the number system to use for UPC-E symbology. Default value is System0
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
| C# |
|---|
public UpcE UpcESystem { get; set; } |
| Visual Basic |
|---|
Public Property UpcESystem As UpcE Get Set |
| Visual C++ |
|---|
public: property UpcE UpcESystem { UpcE get (); void set (UpcE value); } |