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