
Marker
Sets or acquires the marker mode.
■ Syntax
[VB]
Public Shared Property Marker As EN_MARKER
[C#]
public static EN_MARKER Marker {get; set;}
■ Property
Marker mode
Parameter values: As listed in EN_MARKER
Default value: EN_MARKER.NORMAL
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
■ Note
This is not supported on the BHT-700B and is ignored even when an attempt is made to
set.
The setting is reflected when reading is next allowed after setting.
[Ex.] Setting to ensure that the marker is not lit when performing barcode reading.
[VB] Scanner.Settings.Marker = Scanner.Settings.EN_MARKER.DISABLE
[C#] Scanner.Settings.Marker = Scanner.Settings.EN_MARKER.DISABLE;
148
Kommentare zu diesen Handbüchern