Contrast 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 Contrast[] array, or Contrast.RangeMin, Contrast.RangeMax and Contrast.RangeStep.

You can also limit scanner user interface allowed values removing some Contrast[] items or changing Contrast.RangeMin, Contrast.RangeMax and Contrast.RangeStep.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEDoubleList Contrast { get; }
Public ReadOnly Property Contrast As IEDoubleList
	Get
public:
property IEDoubleList^ Contrast {
	IEDoubleList^ get ();
}

See Also