This property sets whether to automatically adjust the brightness.

[C++ Builder]   imagekitcontrolname->Scan->AutoBright[ = bool ]
[Delphi]   imagekitcontrolname.Scan.AutoBright[ = Boolean ]

Property Value

Value Explanation
True The brightness is automatically adjusted
False The brightness is not automatically adjusted (Default)

Explanation

The AutoBright property sets whether to automatically adjust the brightness. The default value is False. This property is only enabled when using a custom-built user interface (UiMode=vikScanNONUI).

To determine whether or not your scanner supports this capability, execute the IsCapSupported method or the GetCapEnumToFloat method. If the data source supports TWAIN 2.0 or later, GetCapEnumToFloat method can get the supported values.

If the value of the AutoBright property is False or the data source does not support the function, the value of the Brightness property will be valid.

Setting this value

  This value can be set at runtime.

Retrieving this value

  This value cannot be retrieved.

 

The ImageKit10 VCL is a product created by Newtone Corporation