
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(both inverted and not inverted) (BHT-700B)
0: disabled, 1: enabled(inverted code only), 2: enabled(both inverted and not inverted)
(BHT-700Q)
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;
143
Kommentare zu diesen Handbüchern