Share via


IImageScannerSourceConfiguration.MaxBrightness Property

Definition

Gets the maximum brightness level supported by the scan source.

public:
 property int MaxBrightness { int get(); };
int MaxBrightness();
public int MaxBrightness { get; }
var int32 = iImageScannerSourceConfiguration.maxBrightness;
Public ReadOnly Property MaxBrightness As Integer

Property Value

Int32

int

The maximum brightness level, typically 1000.

Remarks

This property's value must be greater than or equal to the value of the MinBrightness property. A scan source that doesn't allow brightness adjustments can have MinBrightness, MaxBrightness and DefaultBrightness set to the same value-oftentimes 0, and the BrightnessStep value set to 0.

Applies to