This property sets whether or not the indicator is displayed when scanning. This property is only enabled when using a custom-built user interface (UiMode=2).
[Visual
Basic] imagekitcontrolname.Scan.Indicator
[ = Boolean ]
[Visual C++] [
BOOL =
]imagekitcontrolname.GetScan().GetIndicator()
imagekitcontrolname.GetScan().SetIndicator(BOOL Val)
imagekitcontrolname.GetScan().SetIndicator(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | The indicator is displayed (Default) |
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 UiMode property is 2 (ikScanNONUI). The default value is True.
Note: The Indicator property is disabled for scan devices that do not support this function.
Setting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at runtime.