
- 143 -
DecodeLevel
Sets or acquires the decoding level.
■ Syntax
[VB]
Public Shared Property DecodeLevel As Integer
[C#]
public static int DecodeLevel {get; set;}
■ Property
Decoding level
Parameter values
: 1 to 9
Default value
: 4
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
■ 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;
Comentários a estes Manuais