WebCode128EncodingModeEnumJS Enumeration
In This Topic
Specifies available data encodation modes of Code 128 or Code 16K barcode.
Members
| Member | Description |
| Undefined | Undefined (auto detect). |
| ModeA | Mode A. Symbols with codes from 0 to 95. |
| ModeB | Mode B. Symbols with codes from 32 to 127. |
| ModeC | Mode C. Pair of numbers from "00" to "99". |
| Code16K_Mode3 | Code 16K Mode B + FNC1 flag (Mode 3). Avalilable only as first encoding mode of a symbol. |
| Code16K_Mode4 | Code 16K Mode C + FNC1 flag (Mode 4). Avalilable only as first encoding mode of a symbol. |
| Code16K_Mode5 | Code 16K Mode C + single shift to Mode B (Mode 5). Avalilable only as first encoding mode of a symbol. |
| Code16K_Mode6 | Code 16K Mode C + double shift to Mode B (Mode 6). Avalilable only as first encoding mode of a symbol. |
Inheritance Hierarchy
Object
 Vintasoft.Shared.WebEnumItemBaseJS
   Vintasoft.Barcode.WebCode128EncodingModeEnumJS
Browser Compatibility
See Also