Gets or sets whether the value to encode must be displayed with the barcode.

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

Syntax

C#
public bool DisplayCode { get; set; }
Visual Basic (Declaration)
Public Property DisplayCode As Boolean
Visual C++
public:
property bool DisplayCode {
	bool get ();
	void set (bool value);
}

See Also