Gets or sets the value to encode. Default value is "1234567890"

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)

Syntax

C#
public string Code { get; set; }
Visual Basic
Public Property Code As String
	Get
	Set
Visual C++
public:
property String^ Code {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

See Also