BarcodeUtilDisplayText Property 
             | 
          
        
         
            Gets or Sets additional text to show in the barcode image.
            
 
    Namespace: 
   Zebra.Sdk.Card.Graphics.Barcode
    Assembly:
   SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntaxstring DisplayText { get; set; }Property DisplayText As String
	Get
	Set
property String^ DisplayText {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
Remarks
            This is not the value to encode.
            
See Also