This property sets the scanning highlight. This property is only enabled when using a custom-built user interface.
[C++Builder] imagekitcontrolname->Scan->Highlight
[ = short ]
[Delphi] imagekitcontrolname.Scan.Highlight
[ = Smallint ]
Property Value
From 0 to 255
The Highlight property sets the highlight. (Default value is 255)
Explanation
The Highlight property sets the scanning highlight. This property is enabled when the UiMode property is vikScanNONUI.
The Highlight property is disabled if the PixelType property id vikScanPixelBW. The Highlight property cannot be used when scanning in black and white.
Note: This property is disabled for digital cameras and scanners that do not support this function. To retrieve the values supported by the datasource, please execute the GetCapRange or the GetCapEnumToFloat method.
Setting this value
This value can be set at runtime.
Retrieving this value
This value cannot be retrieved.