
32
Class Reference
4.1.1.3
symbology_ex
The
decode.symbology_ex
property is a read only property that contains extended
symbology information for the barcode decoded by the decode engine.
Valid values for
symbology_ex
are defined in 9.
This property is seldom used, but is used in the same way as
symbology.
4.1.1.4
symbologyModifier
The
decode.symbologyModifier
property is a read only property that contains
symbology modifier information for the barcode decoded by the decode engine.
Valid values for
symbologyModifier
are defined in 9.
Example:
//UPC-E
if (decode.symbology == 49 && decode.symbologyModifier == 66)
{
decode.data = "\x02E" + decode.data;
}
4.1.1.5
symbologyModifier_ex
The
decode.symbologyModifier_ex
property is a read only property that contains
extended symbology modifier information for the barcode decoded by the decode engine.
Valid values for
symbologyModifier_ex
are defined in 9.
This property is seldom used, but is used in the same way as
symbologyModifier.
4.1.1.6
symbologyIdentifier
The
decode.symbologyIdentifier
property is a read only property that contains the
full AIM (Automatic Identification and Mobility) information for the barcode decoded by the
decode engine. read-only string; this is the AIM identifier (“]cm”).
4.1.1.7
x
The
decode.x
property is a read only property that defines the horizontal position, in
pixels, of the barcode that was just decoded in relation to the entire image captured by the
reader and analyzed by the decode engine. The value for
decode.x
can be positive or
negative based on the fact that 0 is the center of the image.
4.1.1.8
y
The
decode.y
property is a read only property that defines the vertical position, in pixels,
of the barcode that was just decoded in relation to the entire image captured by the reader
and analyzed by the decode engine. The value for
decode.y
can be positive or negative
based on the fact that 0 is the center of the image.
Содержание OHV300
Страница 1: ...FACTORY AUTOMATION MANUAL JAVASCRIPT PROGRAMMING GUIDE...
Страница 88: ...88 Supported JavaScript Core delete function in instanceof new this typeof void...
Страница 93: ...93 Symbology ID Modifier Information...
Страница 94: ...TDOCT 4981_ENG 11 2015...