This property sets whether the automatic brightness adjustment is enabled. (UserInterface=Suppress)

[Visual Basic] Public Property AutoBright As Boolean
[C#] public bool AutoBright {get; set;}

Property Values

True: Brightness is automatically adjusted

False: Brightness adjustment is manual

The default value is False

Explanation

The AutoBright property sets whether the automatic brightness adjustment is enabled. When true, brightness is adjusted automatically. When false or when this capability is not supported, the Brightness property will be enabled.

This property is enabled when the UserInterface property is set to Suppress. To find out if your datasource supports AutoBright, please refer to the IsCapabilitySupported method or the GetCapabilityEnumToSingle method.

See Also

Scan Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation