ScannerBrightnessMax Property
|
This property returns the number of supported brightness steps of the scanner.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic int BrightnessMax { get; }
Public ReadOnly Property BrightnessMax As Integer
Get
public:
property int BrightnessMax {
int get ();
}
Property Value
Type:
Int32
Remarks
The minimum brightness value is 0. The maximum brightness value depends on the scanner model.
See Also