D028868 CR1500 CR1100 CR2700 JavaScript Programming Guide User Manual Page 19 of 41
The Code Corporation
12393 South Gateway Park Place, Suite 600, Draper, UT 84020
+1 (801) 495-2200
FAX +1 (801) 495-0280
decodes[i].symbology
The decode.symbology property is a read-only property that contains the symbology
index assigned by Code Corporation. Valid values for symbology are defined in Appendix 5.3.
Example:
var symbology = decodes[i].symbology;
decodes[i].quality_percent
The decode quality percent property is a read-only property that defines an internally-defined
image quality value determined by the decode engine, while analyzing the captured image.
This is not the quality of the printed or displayed barcode, but rather the quality of the
captured image for use in decoding.
Example:
var quality_percent = decodes[i].quality_percent;
decodes[i].aimSymbology
Property is a read-only property that gives the first character of the AIM (Automatic
Identification and Mobility) symbology, determined by the decode engine of the barcode that
was just decoded. More information on AIM Standards can be found at the Association for
Automatic Identification & Mobility website.
decodes[i].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 based on an old proprietary decoder and are defined in the
Appendix. The values are the same as aimModifier for all symbologies, except UPC.
Example:
var symbologyModifier = decodes[i].symbologyModifier;
decodes[i].aimModifier
The decode.aimModifier property is a read-only property that gives the AIM (Automatic
Identification and Mobility) Modifier, determined by the decode engine of the barcode that
was just decoded. More information on AIM Standards can be found at the Association for
Automatic Identification & Mobility website.
Valid values for aimModifier are defined in section 5.3.
decodes[i].linkage
The decode.linkage property is a read-only property that gives information about the
linking code between the segments that make up a composite barcode, if a composite
barcode was just decoded by the decode engine. This property is null if the decoded barcode
was not a composite barcode.