Click or drag to resize

DeviceHighlight Property

Gets or sets which value in an image should be interpreted as the lightest highlight.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public float Highlight { get; set; }

Property Value

Type: Single
A value in an image should be interpreted as the lightest highlight.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Remarks
All values lighter than this value will be clipped to this value. Valid values are usually from 0 to 255. GetSupportedHighlightValues can be used to determine valid values for the device.
See Also