This property sets whether to automatically adjust the brightness. This property is only enabled when using a custom-built user interface (UiMode=2).

[Visual Basic]   imagekitcontrolname.Scan.AutoBright[ = Boolean ]
[Visual C++]     imagekitcontrolname.GetScan().SetAutoBright(BOOL Val)
[VB.NET]   imagekitcontrolname.Scan.AutoBright[ = Boolean ]
[C#.NET]   imagekitcontrolname.Scan.AutoBright[ = bool ]

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=2).

To determine whether or not your scanner supports this capability, execute the IsCapSupported method or the IsCapSupportedVariant method. If the data source supports TWAIN 2.0 or later, GetCapEnum method or the GetCapEnumVariant 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 ActiveX is a product created by Newtone Corporation