Device.Highlight 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.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public float Highlight { get; set; }
Public Property Highlight As Single
Get
Set
Property Value
Type:
Single A value in an image should be interpreted as the lightest highlight.
Exceptions Exception | Condition |
---|
| 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