
- 142 -
Invert
Sets or acquires the enabling and disabling of the black-and-white inverted label reading
function.
■ Syntax
[VB]
Public Shared Property Invert As Integer
[C#]
public static int Invert {get; set;}
■ Property
Parameter values: 0: disabled, 1: enabled (BHT-200B)
0: disabled, 1: black and white inversion only, 2: auto (BHT-200Q)
Default value
: 0
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
[Ex.] Disable black-and-white inversion reading.
[VB] Scanner.Settings.Invert = 0
[C#] Scanner.Settings.Invert = 0;
Comentários a estes Manuais