Gets or sets the supplement value for EAN and UPC symbologies. Default value is "0"
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public string EanUpcSupplementCode { get; set; } |
Visual Basic |
---|
Public Property EanUpcSupplementCode As String Get Set |
Visual C++ |
---|
public: property String^ EanUpcSupplementCode { String^ get (); void set (String^ value); } |