Gets or sets a value indicating whether the control chracters are included in the barcode value during recognition processing.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property IncludeControlCharacters As Boolean
             
        
            
            'Usage
 
Dim instance As ImGearBarcodeReader
Dim value As Boolean
 
instance.IncludeControlCharacters = value
 
value = instance.IncludeControlCharacters
             
        
            
            public bool IncludeControlCharacters {get; set;}
             
        
            
            public: __property bool get_IncludeControlCharacters();
public: __property void set_IncludeControlCharacters( 
   bool value
);
             
        
            
            public:
property bool IncludeControlCharacters {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
A boolean value which represents if control characters are included or not.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also