Denso BHT-400-CE Reference Manual page 157

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

Brightness
Sets or acquires the backlight brightness level.
Syntax
[VB]
Public Shared Property
[C#]
public static int
Property
Brightness level
Parameter values: 0 (OFF), 1 (dark) to 3 (bright)
Default value: 3
Exceptions
Name of Exception
ArgumentException
[Ex.] Set the brightness to maximum when turning ON the backlight.
[VB] Backlight.Settings.Brightness = 3
[C#] Backlight.Settings.Brightness = 3;
Brightness
As Integer
Brightness
{get; set;}
Meaning
The specified parameter value(s) is invalid.
- 151 -

Advertisement

Table of Contents
loading

Table of Contents