This property sets whether or not the indicator is displayed when scanning. This property is only enabled when using a custom-built user interface (UserInterface=Suppress).
[Visual Basic]Public WriteOnly Property
Indicator As Boolean
[C#]public bool Indicator {set;}
Property Value
| Value | Explanation | 
|---|---|
| True | The indicator is displayed | 
| False | The indicator is not displayed | 
Explanation
The Indicator property sets whether or not the indicator is displayed when scanning. This property is enabled when the UserInterface property is Suppress.
Note: The Indicator property is disabled for scan devices that do not support this function.