This property sets the scanning highlight. This property is only enabled when using a custom-built user interface (UserInterface=Suppress).
[Visual Basic] Public WriteOnly Property
Highlight As Integer
[C#] public int Highlight {set;}
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 UserInterface property is Suppress and the PixelType property value is other than BW. However, the Highlight property is disabled when using a digital camera or when the datasource does not support this functionality. To retrieve the values supported, please execute the GetCapabilityEnumToSingle or the GetCapabilityRange method.
See Also
Scan Members | Newtone.ImageKit.Win.ImageKit.Scan