Denso BHT-400-CE Reference Manual page 125

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

DecodeLevel
Sets or acquires the decoding level.
Syntax
[VB]
Public Shared Property
[C#]
public static int
Property
Decoding level
Parameter values: 1 to 9
Default value: 4
Exceptions
Name of Exception
ArgumentException
Note
The setting for this property will be valid the next time read operation is enabled.
[Ex.] Set the decode level to 7.
[VB] Scanner.Settings.DecodeLevel = 7
[C#] Scanner.Settings.DecodeLevel = 7;
DecodeLevel
DecodeLevel
{get; set;}
Meaning
The specified parameter value(s) is invalid.
As Integer
- 119 -

Advertisement

Table of Contents
loading

Table of Contents