Brightness value. Allowed range is -1000 to +1000.
Allowed values can be assigned to Contrast.CurrentValue property.
To see which values your scanner supports look at Brightness[] array, or Brightness.RangeMin, Brightness.RangeMax and Brightness.RangeStep.
You can also limit scanner user interface allowed values removing some Brightness[] items or changing Brightness.RangeMin, Brightness.RangeMax and Brightness.RangeStep.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public IEDoubleList Brightness { get; }
Public ReadOnly Property Brightness As IEDoubleList Get
public: property IEDoubleList^ Brightness { IEDoubleList^ get (); }