Gets or sets the brightness value to use when transferring images from the current TWAIN source.
public float Brightness {get; set;}
'Declaration
Public Property Brightness As Single
'Usage
Dim instance As TwainImageEffects
Dim value As Single
instance.Brightness = value
value = instance.Brightness
public:
property float Brightness {
float get();
void set ( float value);
}
Property Value
The brightness value to use when transferring images from the current TWAIN source.
The brightness values range from -1000 to 1000.