C#
VB
C++
Specify the standard barcode type to write.
Members
Value | Member | Description |
---|---|---|
0 | Ean13 | EAN 13 type. Used internationally with consumer products. |
1 | Ean8 | EAN 8 type. The short version of EAN13. |
2 | UpcA | UPC version A type. Used with consumer products in U.S. |
3 | UpcE | UPC version E type. It is the short version of UPCA. |
4 | Code3Of9 | Code 3 of 9 (Code 39) type. Used especially in non-retail environments. |
5 | Code128 | Code 128 type. Very dense code, used extensively worldwide. |
6 | CodeInterleaved2Of5 | Interleaved 2 of 5 type. Used in warehouse, industrial applications. |
7 | Codabar | CODABAR (Ames Code/USD-4/NW-7/2 of 7 Code) type. Used in libraries and blood banks. |
8 | Code93 | Code 93 type. Compressed form of Code 39 |
9 | Eanext5 | 5-digit supplemental type. May be used with UPCA, UPCE, EAN13 and EAN8 on books to indicate a suggested retail price. |
10 | Eanext2 | 2-digit supplemental type. May be used with UPCA, UPCE, EAN13 and EAN8 to indicate magazines and newspaper issue numbers. |
11 | Msi | MSI (Modified Plessey) type. Used to mark retail shelves for inventory control. |
12 | Code11 | Code 11(USD-8) type. Used in labeling telecommunications equipment. |
13 | CodeStandard2Of5 | Standard 2 of 5 (Industrial 2 of 5) type. Used in the photofinishing, warehouse sorting industries and in sequentially numbering airline tickets. |
14 | Rss14 | GS1 Databar (formerly RSS14) type. Used in grocery industry, healthcare, and where items are too small to allow for older barcode symbologies. |
15 | Rss14Limited | GS1 Databar (formerly RSS14) Limited type. It is a short version of GS1 Databar (formerly RSS14). |
16 | Rss14Expanded | GS1 Databar (formerly RSS14) Expanded type. It encodes item identification plus supplementary strings such as weight and date. Used in the grocery and healthcare industries. |
Combine values when reading more than one barcode type, by using a bitwise OR ( ¦ ). Type RSS14 is now GS1 Databar. All references to RSS14 now refer to GS1 Databar.