Gets or sets the supplement value for EAN and UPC symbologies. Default value is "0"

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)

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);
}

See Also