Denso BHT-400-CE Reference Manual page 129

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

Marker
Sets or acquires the marker mode.
Syntax
[VB]
Public Shared Property
[C#]
public static EN_MARKER
Property
Marker mode
Parameter values: As listed in EN_MARKER
Default value: EN_MARKER.NORMAL
Exceptions
Name of Exception
ArgumentException The specified parameter value(s) is invalid.
Note
Marker ahead mode (EN_MARKER.AHEAD) is supported only on BHT-400B models used
in Japan.
[Ex.] Setting to ensure that the marker is not lit when performing barcode reading.
[VB] Scanner.Settings.Marker = Scanner.Settings.Marker.EN_MARKER
[C#] Scanner.Settings.Marker = Scanner.Settings.Marker.EN_MARKER;
Marker
As EN_MARKER
Marker
{get; set;}
Meaning
- 123 -

Advertisement

Table of Contents
loading

Table of Contents