Click or drag to resize

DeviceBrightness Property

Gets or sets the amount of brightness the Source will add to the image.

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

Property Value

Type: Single
The amount of brightness the Source will add to the image.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Remarks
Normal values are from -1000 to 1000 but can very from scanner to scanner. Use the GetSupportedBrightnessValues method to find the values supported by the device.
See Also