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
Syntaxbool HIBCFormattedHumanReadableText { get; set; }Property HIBCFormattedHumanReadableText As Boolean
	Get
	Set
property bool HIBCFormattedHumanReadableText {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
Remarks
            Zeros are displayed as Slashed-Zeros and the space character is displayed as an underscore.
            
See Also