Gets or sets whether the Human Readable Text is formatted as specified by HIBC Standards i.e. Zeros are displayed as Slashed-Zeros and the Space character is displayed as an Underscore. Default value is true

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 bool HibcFormatHumanReadableText { get; set; }
Visual Basic
Public Property HibcFormatHumanReadableText As Boolean
	Get
	Set
Visual C++
public:
property bool HibcFormatHumanReadableText {
	bool get ();
	void set (bool value);
}

See Also