Click or drag to resize

DeviceShadow Property

Gets or sets the value in an image which should be interpreted as the darkest shadow.

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 Shadow { get; set; }

Property Value

Type: Single
The value in an image which should be interpreted as the darkest shadow.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Remarks
All values darker than this value will be clipped to this value. Valid values are usually from 0 to 255, but GetSupportedShadowValues should be used to find valid values for the device.
See Also