BarcodeUtilHIBCFormattedHumanReadableText Property
|
Get or set whether the Human Readable Text is formatted as specified by HIBC standards.
Namespace:
Zebra.Sdk.Card.Graphics.Barcode
Assembly:
SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax bool HIBCFormattedHumanReadableText { get; set; }
Property HIBCFormattedHumanReadableText As Boolean
Get
Set
property bool HIBCFormattedHumanReadableText {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanRemarks
Zeros are displayed as Slashed-Zeros and the space character is displayed as an underscore.
See Also