enum e_BarCType

Supported Barcodes.

Enumerations for all supported barcode symbologies

Enumerator:
eBC_None  No barcode type
Enumeration Value: 0


Nothing is drawn - use it when the bar code should be disabled.

eBC_Code11  Code 11
Enumeration Value: 1

  • Codeable characters: ["0" - "9", "-"]
    • Default check-digit method: None
    • Recommended check digit methods: eCD1Code11 (one check-digits) or eCD2Code11 (two check-digits)

eBC_2OF5  Code 2 of 5
Enumeration Value: 2


The standard version - non interleaved; alias for Code 2 of 5 Matrix.

  • Codeable characters: ["0" - "9"]
  • Default check-digit method: None
  • Recommended check digit methods: eCDMod10

eBC_2OF5IL  Interleaved 2 of 5
Enumeration Value: 3


Interleaved version - encodes only an even number of digits, uses a leading "0" automatically (see BCSetAutoCorrect()).

  • Codeable characters: ["0" - "9"]
  • Default check-digit method: None
  • Recommended check digit methods: eCDMod10

eBC_2OF5IATA  Code 2 of 5 IATA
Enumeration Value: 4


The IATA version - non interleaved.

  • Codeable characters: ["0" - "9"]
  • Default check-digit method: None
  • Recommended check digit methods: eCDMod10

eBC_2OF5M  Code 2 of 5 Matrix
Enumeration Value: 5


Alias for Code 2 of 5 standard.

  • Codeable characters: ["0" - "9"]
  • Default check-digit method: None
  • Recommended check digit methods: eCDMod10

eBC_2OF5DL  Code 2 of 5 Data Logic
Enumeration Value: 6


Data Logic version of Code 2 of 5; not interleaved.

  • Codeable characters: ["0" - "9"]
  • Default check-digit method: None
  • Recommended check digit methods: eCDMod10

eBC_2OF5IND  Code 2 of 5 Industrial
Enumeration Value: 7


Industrial version of Code 2 of 5; not interleaved.

  • Codeable characters: ["0" - "9"]
  • Default check-digit method: None
  • Recommended check digit methods: eCDMod10

eBC_3OF9  Code 3 of 9 (Code 39)
Enumeration Value: 8


In common use, start- and stop characters "*" (asterisk) are created automatically by TBarCode and must not be included in the input data (start/stop characters are not displayed in the human readable text).

  • Codeable characters: ["0"-"9", "A"-"Z", "-", ".", " ", "*", "$", "/", "+", "%"]
  • Default check-digit method: None
  • Recommended check digit methods: eCDMod43

eBC_3OF9A  Code 3 of 9 (Code 39) ASCII
Enumeration Value: 9


In common use, start- and stop characters "*" (asterisk) are created automatically by TBarCode and must not be included in the input data; they are not displayed in the human readable text.

  • Codeable characters: All ASCII-characters from 0x00 to 0x7f (0 - 127)
  • Default check-digit method: None
  • Recommended check digit methods: eCDMod43

eBC_EAN8  EAN-8
Enumeration Value: 10


In common use for retail applications and article numbering (EAN: European Article Numbering system), the check-digit is calculated automatically if not specified in the input data (that is when only 7 digits are used for creating the code).

  • Encodes 7 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDEAN8
  • Recommended check digit methods: eCDEAN8 (None for special applications)

Note:
Available as EAN.UCC Composite Symbology

eBC_EAN8P2  EAN-8 with 2 digits add on
Enumeration Value: 11


In common use for retail applications and article numbering (EAN: European Article Numbering system), the check-digit is calculated automatically if not specified in the input data (that is when only 9 digits are used for creating the code).

  • Encodes 7+2 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDEAN8
  • Recommended check digit methods: eCDEAN8 (None for special applications)

eBC_EAN8P5  EAN-8 with 5 digits add on
Enumeration Value: 12


In common use for retail applications and article numbering (EAN: European Article Numbering system), the check-digit is calculated automatically if not specified in the input data (that is when only 11 digits are used for creating the code).

  • Encodes 7+5 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDEAN8
  • Recommended check digit methods: eCDEAN8 (None for special applications)

eBC_EAN13  EAN-13
Enumeration Value: 13


In common use for retail applications and article numbering (EAN: European Article Numbering system), the check-digit is calculated automatically if not specified in the input data (that is when only 12 digits are used for creating the code).

  • Encodes 12 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDEAN13
  • Recommended check digit methods: eCDEAN13 (None for special applications)

Note:
Available as EAN.UCC Composite Symbology

eBC_EAN13P2  EAN-13 - with 2 digits add on
Enumeration Value: 14


In common use for retail applications and article numbering (EAN: European Article Numbering system), the check-digit is calculated automatically if not specified in the input data (that is when only 14 digits are used for creating the code).

  • Encodes 12+2 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDEAN13
  • Recommended check digit methods: eCDEAN13 (None for special applications)

eBC_EAN13P5  EAN-13 - with 5 digits add on
Enumeration Value: 15


In common use for retail applications and article numbering (EAN: European Article Numbering system), the check-digit is calculated automatically if not specified in the input data (that is when only 17 digits are used for creating the code).

  • Encodes 12+5 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDEAN13
  • Recommended check digit methods: eCDEAN13 (None for special applications)

eBC_EAN128  EAN-128
Enumeration Value: 16


Is now called GS1-128 (See also GS1-128 )

  • Codeable characters: All ASCII-characters from 0x00 to 0x7f (0 - 127)
  • Default check-sum method: eCDEAN128 (symbology internal checksum method)
  • Recommended checksum calculation: eCDEAN128, in addition eCDMod10 or eCDMod43 for special applications

Note:
Available as EAN.UCC Composite Symbology

eBC_UPC12  UPC-12 Digits
Enumeration Value: 17


In common use for retail applications and article numbering (UPC: Universal Product Code), the check-digit is calculated automatically if not specified in the input data (that is when only 11 digits are used for creating the code)
Check digit is calculated automatically if not specified in the input data (that is when only 11 digits are used for creating the code)
UPC-A and UPC-12 are identical.

  • Encodes 11 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDUPCA
  • Recommended check digit methods: eCDUPCA, eCDNone for special applications

eBC_CodaBar2  Codabar (2 widths)
Enumeration Value: 18


Codabar using 2 different bar/space widths
"A", "B", "C" or "D" are used as start/sop characters only.

  • Codeable characters: ["0" - "9", "-", "$", ":", "/", ".", "+", "A", "B", "C", "D"]
  • Default check-digit method: eCDNone
  • Recommended check digit methods: eCDNone, eCDMod16

eBC_CodaBar18  Codabar (18 widths)
Enumeration Value: 19
NOT SUPPORTED BY THE CURRENT VERSION.



eBC_Code128  Code 128
Enumeration Value: 20


In common use, beside this auto switching Code128 it is available in 3 different subsets (Code128A, Code128B, Code128C)
Input data is analyzed and the best suited subset(s) will be used
Subset switching is also done automatically when necessary; the smallest possible symbol will be generated.

  • The symbology internal check-digit (Mod 103) is calculated automatically
  • Codeable characters: All ASCII-characters from 0x00 to 0x7f (0 - 127)
  • Default check-sum method: eCDCode128 (symbology internal checksum method)
  • Recommended check digit methods: eCDCode128, in addition eCDMod10 or eCDMod43 for special applications

eBC_DPLeit  Deutsche Post Leitcode
Enumeration Value: 21


Used by Deutsche Post (is a variant of 2 of 5 interleaved), human readable text formatted according to specification.

  • Encodes 13 digits and 1 symbology internal check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDDPLeit
  • Recommended check digit methods: eCDDPLeit

eBC_DPIdent  Deutsche Post Identcode
Enumeration Value: 22


Used by Deutsche Post (is a variant of 2 of 5 interleaved), human readable text formatted according to specification.

  • Encodes 11 digits and 1 symbology internal check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDDPIdent
  • Recommended check digit methods: eCDDPIdent

eBC_Code16K  Code 16 K
Enumeration Value: 23
NOT SUPPORTED BY THE CURRENT VERSION.



eBC_49  Code 49
Enumeration Value: 24
NOT SUPPORTED BY THE CURRENT VERSION.



eBC_9OF3  Code 93
Enumeration Value: 25


In common use, offers higher data density than Code 39 (with same symbology character set).

  • Codeable characters: ["0"-"9", "A"-"Z", "-", ".", Space, "$", "/", "+", "%"]
  • Default check-sum calculation: eCD2Mod47 (uses 2 checksum characters)
  • Recommended checksum calculation: eCD2Mod47

eBC_UPC25  UPC25
Enumeration Value: 26
NOT SUPPORTED BY THE CURRENT VERSION.



eBC_UPCD1  UPCD1
Enumeration Value: 27
NOT SUPPORTED BY THE CURRENT VERSION.



eBC_Flattermarken  Flattermarken
Enumeration Value: 28

  • Codeable characters: ["0"-"9"]
    • Default check-digit method: None
    • Recommended check digit methods: None

eBC_GS1DataBar  GS1 DataBar (RSS-14, Reduced Space Symbology)
Enumeration Value: 29


Used to encode the GTIN (Global Trade Item Number) with Application identifier (AI) 01; The GTIN consists of a packaging indicator (0-9) followed by a 12 digit number (taken from the EAN-13 article number system) followed by a check digit; The height of the symbol should be at least 33X to support omni-directional scanning (X = module width), no quiet zone is needed.

  • Codeable characters: ["0"-"9"], the AI 01 is automatically encoded by TBarCode (must not be included in the input data!)
  • The check digit is calculated automatically
  • Default check-digit method: Check digit is part of the code
  • Recommended check digit methods: None (is already part of the symbology)

Note:
Available as EAN.UCC Composite Symbology

eBC_RSS14  GS1 DataBar (RSS-14, Reduced Space Symbology)
Enumeration Value: 29


Same as eBC_GS1DataBar

eBC_GS1DataBarLtd  GS1 DataBar Limited (RSS Limited)
Enumeration Value: 30


Similar to RSS-14 but smaller in size and limited to packaging indicator 0 and 1 (first digit).

  • No quiet zone is needed
  • Encodes 13 digits and 1 check-digit
  • Codeable characters: ["0"-"9"],
  • The check digit is calculated automatically
  • Default check-digit method: None (Check digit is part of the code)
  • Recommended check digit methods: None (is already part of the symbology)

Note:
Available as EAN.UCC Composite Symbology

eBC_RSSLtd  GS1 DataBar Limited (RSS Limited)
Enumeration Value: 30


Same as eBC_GS1DataBarLtd

eBC_GS1DataBarExp  GS1 DataBar Expanded (RSS Expanded)
Enumeration Value: 31


Reduced Space Symbology for encoding variable length of data with support for AI compaction; Omni-directional scanning is possible, also a stacked version is available (see eBC_RSSExpStacked).

  • No quiet zone is needed
  • Encodes up to 74 numeric or 41 alphabetic characters
  • Codeable characters: alphanumeric and special characters (ISO-646 table)
  • The check digit is calculated automatically
  • Default check-digit method: None (check digit is part of the code)
  • Recommended check digit methods: None (check digit is part of the code)

Note:
Available as EAN.UCC Composite Symbology

eBC_RSSExp  GS1 DataBar Expanded (RSS Expanded)
Enumeration Value: 31


Same as eBC_GS1DataBarExp

eBC_TelepenAlpha  Telepen Alpha
Enumeration Value: 32


Telepen Alpha is the alphanumeric variant of Telepen.

  • Codeable characters: ASCII characters between 0-127
  • Default check-digit method: None (check digit is part of the code)
  • Recommended check digit methods: None (Check digit is part of the code)

eBC_UCC128  UCC-128
Enumeration Value: 33


Same as GS1-128 or EAN-128 (refer to eBC_EAN128).

eBC_UPCA  UPC A
Enumeration Value: 34


In common use for retail applications and article numbering (UPC: Universal Product Code); UPC-A and UPC-12 are identical;
The check digit is calculated automatically if not specified in the input data (that is when only 11 digits are used for creating the code).

  • Encodes 11 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDUPCA
  • Recommended check digit methods: eCDUPCA (None for special applications)

Note:
Available as EAN.UCC Composite Symbology

eBC_UPCAP2  UPC A - with 2 digit add on
Enumeration Value: 35


In common use for retail applications and article numbering (UPC Universal Product Code); The check digit is calculated automatically if not specified in the input data (that is when only 13 digits are used for creating the code).

  • Encodes 11+2 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDUPCA
  • Recommended check digit methods: eCDUPCA (None for special applications only)

eBC_UPCAP5  UPC A - 5 digit add on
Enumeration Value: 36


In common use for retail applications and article numbering (UPC: Universal Product Code);
The check digit is calculated automatically if not specified in the input data (that is when only 16 digits are used for creating the code).

  • Encodes 11+5 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDUPCA
  • Recommended check digit methods: eCDUPCA (None for special applications only)

eBC_UPCE  UPC E
Enumeration Value: 37


In common use for retail applications and article numbering (UPC: Universal Product Code);
The check digit is calculated automatically if not specified in the input data (that is when only 7 digits are used for creating the code).

  • Encodes 7 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDUPCE
  • Recommended check digit methods: eCDUPCE (None for special applications only)

Note:
Available as EAN.UCC Composite Symbology

eBC_UPCEP2  UPC E - with 2 digit add on
Enumeration Value: 38


In common use for retail applications and article numbering (UPC: Universal Product Code)
Check digit is calculated automatically if not specified in the input data (that is when only 9 digits are used for creating the code).

  • Encodes 7+2 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDUPCE
  • Recommended check digit methods: eCDUPCE (None for special applications only)

eBC_UPCEP5  UPC E - with 5 digit add on
Enumeration Value: 39


In common use for retail applications and article numbering (UPC: Universal Product Code)
Check digit is calculated automatically if not specified in the input data (that is when only 12 digits are used for creating the code).

  • Encodes 7+5 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDUPCE
  • Recommended check digit methods: eCDUPCE (None for special applications)

eBC_USPSPostNet5  USPS PostNet ZIP (5 digits)
Enumeration Value: 40


USPS PostNet symbol for encoding the US ZIP Code (5 digits)
Check digit is always calculated automatically and cannot be specified in the input data.

  • Encodes 5 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDUSPSPostnet
  • Recommended check digit methods: eCDUSPSPostnet

eBC_USPSPostNet6  USPS PostNet ZIP (5 digits + check digit)
Enumeration Value: 41


USPS PostNet symbol for encoding the US ZIP Code (5 digits)
The required check digit is calculated automatically if length of input data equals 5; the user can also supply the 6th digit (no validation is performed).

  • Encodes 5 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDUSPSPostnet (if 5 digits are specified for the input data), eCDNone (if 6 digits are specified for the input data)
  • Recommended check digit methods: eCDUSPSPostnet

eBC_USPSPostNet9  USPS PostNet ZIP+4 (5 digits + 4 digits)
Enumeration Value: 42


USPS PostNet symbol for encoding the ZIP+4 Code (5 digits ZIP code + 4 digits add-on)
Check digit is always calculated automatically and cannot be specified in the input data.

  • Encodes 9 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDUSPSPostnet
  • Recommended check digit methods: eCDUSPSPostnet

eBC_USPSPostNet10  USPS PostNet ZIP+4 (5 digits + 4 digits + CD)
Enumeration Value: 43


USPS PostNet symbol for encoding the ZIP+4 Code (5 digits ZIP code + 4 digits add-on)
The required check digit is calculated automatically if length of input data equals 9; the user can also supply the 10th digit (no validation is performed).

  • Encodes 9 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDUSPSPostnet (if 9 digits are specified for the input data), eCDNone (if 10 digits are specified for the input data)
  • Recommended check digit methods: eCDUSPSPostnet

eBC_USPSPostNet11  USPS PostNet DPBC (5 + 4 + 2 digits)
Enumeration Value: 44


USPS PostNet symbol for encoding the 11-digit Delivery Point Code (ZIP+4 followed by two DPBC numbers)
Check digit is always calculated automatically and cannot be specified in the input data.

  • Encodes 11 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDUSPSPostnet
  • Recommended check digit methods: eCDUSPSPostnet

eBC_USPSPostNet12  USPS PostNet DPBC (5 + 4 + 2 digits + CD)
Enumeration Value: 45


USPS PostNet symbol for encoding the 11-digit Delivery Point Code (ZIP+4 followed by two DPBC numbers)
The required check digit is calculated automatically if length of input data equals 11 - on demand the user can also supply the 12th digit (no validation is performed).

  • Encodes 11 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDUSPSPostnet (if 11 digits are specified for the input data), eCDNone (if 12 digits are specified for the input data)
  • Recommended check digit methods: eCDUSPSPostnet

eBC_Plessey  Plessey Code
Enumeration Value: 46

  • Codeable characters: ["0"-"9", "A"-"Z"]
    • Default check-digit method: eCDPlessey (2 check characters are created)
    • Recommended check digit methods: eCDPlessey

eBC_MSI  MSI Plessey Code
Enumeration Value: 47


MSI is available with 1 or 2 check digits (both are mod-10 based).

  • Encodes 11 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDMSI1
  • Recommended check digit methods: eCDMSI1 (mod-10) or eCDMSI2 (mod10 + mod10)

eBC_SSCC18  Serial Shipping Container Code 18
Enumeration Value: 48


Used to encode the 18 digit Serial Shipping Container Code based upon the UCC/EAN-128 symbology with Application Identifier (AI) prefix of "00"
The check digit is encoded automatically if 17 digits are used for input data
The leading AI "00" is encoded automatically by TBarCode (exclude it from input data!).

  • Encodes 2 digits "00" + 17 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDMod10 (if 17 digits are specified for the input data), eCDNone (if 18 digits are specified for the input data)
  • Recommended check digit methods: eCDMod10

eBC_FIM  FIM (Facing Indication Mark)
Enumeration Value: 49
NOT SUPPORTED BY THE CURRENT VERSION.



eBC_LOGMARS  LOGMARS
Enumeration Value: 50


Standardization of Code39 for military use - please refer to Code 39 (eBC_3OF9).

eBC_Pharma1  Pharmacode (one-track)
Enumeration Value: 51


For medicine packing in pharmaceutically area (specification by Laetus®).

  • Codeable characters: ["0" - "9"] or generic encoding
  • Default check-digit method: eCDNone
  • Recommended check digit methods: eCDNone

eBC_PZN  PZN (Pharma Zentral Nummer Germany)
Enumeration Value: 52


PZN uses Code 39 as base symbology; It has a special check digit and the human readable text contains always the prefix "PZN-" (which is not encoded in the bar code data)
The required check digit is calculated automatically if 6 input digits are supplied.

  • Encodes 6 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDPZN (if 6 digits specified for the input data), eCDNone (if 7 digits specified for the input data)
  • Recommended check digit methods: eCDPZN

eBC_Pharma2  Pharmacode (two-track)
Enumeration Value: 53


For medicine packing in pharmaceutically area (specification by Laetus®); in opposition to eBC_Pharma1 the information is contained in the vertical position of the bars.

  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDNone
  • Recommended check digit methods: eCDNone

eBC_GP  General Parcel
Enumeration Value: 54
NOT SUPPORTED BY THE CURRENT VERSION.



eBC_PDF417  PDF417
Enumeration Value: 55


2D symbology (multi-row) to encode large quantities of data In default mode, input data is analyzed by TBarCode and best internal data compaction mode is switched (or shifted) automatically
Error correction and recognition is included in the code.

  • Codeable characters: Alphanumeric (ASCII 0-255) and/or Bytes
  • Default check-digit method: None
  • Recommended check digit methods: None (Error correction and recognition depends on adjusted ECLevel)

eBC_PDF417Trunc  PDF417 Truncated
Enumeration Value: 56


Similar to PDF417 but with synchronization bars only on the left side of the symbol
Refer to eBC_PDF417 for details.

eBC_MAXICODE  MaxiCode
Enumeration Value: 57


MaxiCode is a two-dimensional code, created by UPS for high-speed sorting and tracking of unit loads and transport packages
Modes for including postal information (SCM) can be adjusted; Printing size is set to a norm value (can be changed with BCSetModWidth())
Error correction and recognition is included in the code.

  • Codeable characters: alphanumeric and/or Bytes
  • Default encoding mode: Mode-4 (standard symbol)
  • Available modes for UPS: Mode 2 (SCM Numeric) and Mode 3 (SCM alphanumeric) - see BCSet_Maxi_Mode()

eBC_QRCode  QR-Code
Enumeration Value: 58


2D symbology to encode large quantities of data (implemented QR-Code model: 2)
The symbol version (size) adjusts automatically depending on input data or can be set to a specific value (BCSet_QR_Version()); Special industry formats are supported (BCSet_QR_Format())
Error correction and recognition is included in the code, support for Kanji characters can be enabled.

  • Codeable characters: alphanumeric and/or Bytes, Kanji char set (Shift JIS X 0208)
  • Default check-digit method: None
  • Recommended check digit methods: None (Error correction and recognition depends on adjusted Error Correction Level)

eBC_Code128A  Code128 Subset A
Enumeration Value: 59

Same as eBC_Code128 but symbology subset starts with A (instead of automatic determination).

eBC_Code128B  Code128 Subset B
Enumeration Value: 60

Same as eBC_Code128 but symbology subset starts with B (instead of automatic determination).

eBC_Code128C  Code128 Subset C
Enumeration Value: 61

Same as eBC_Code128 but symbology subset starts with C (instead of automatic determination).

eBC_9OF3A  Code 93 Ascii
Enumeration Value: 62


Extended version of Code 93 (eBC_9OF3), which allows encoding of the full ASCII char set.

  • Codeable characters: ASCII 0x00 - 0x7f (0-127)
  • Default checksum method: eCD2Mod47 (2 mod-47 checksum characters, which are always part of the generated code)
  • Recommended checksum methods: eCD2Mod47

eBC_AusPostCustom  Australian Post standard customer barcode
Enumeration Value: 63


Encodes the 8 digit Delivery Point Identifier (DPID) used by the Australian Post for mail sorting
Reed Solomon Error correction according to symbology specification is added automatically by TBarCode.

  • Encodes 8 digits
  • Codeable characters: ["0" - "9"]
  • Default and recommended check-digit method: None

eBC_AusPostCustom2  Australian Post customer barcode 2
Enumeration Value: 64


Encodes the 8 digit Delivery Point Identifier (DPID) followed by customer information (up to 5 characters)
Encodes 8 digits + 5 customer data characters + Reed Solomon Error Correction
Reed Solomon Error correction according to symbology specification is added automatically by TBarCode.

  • Codeable characters DPID: ["0" - "9"]
  • Codeable characters customer data: ["0" - "9", "A" - "Z", "a" - "z", Space, "#"] according to C Encoding Table in the Australian Post bar code specification (Table N is not supported in the current version of TBarCode)
  • Default and recommended check-digit method: None

eBC_AusPostCustom3  Australian Post customer barcode 3
Enumeration Value: 65


Encodes the 8 digit Delivery Point Identifier (DPID) followed by customer information (up to 10 characters)
Reed Solomon Error correction according to symbology specification is added automatically by TBarCode.

  • Encodes 8 digits + 10 customer data characters
  • Codeable characters DPID: ["0" - "9"]
  • Codeable characters customer data: ["0" - "9", "A" - "Z", "a" - "z", Space, "#"] according to C Encoding Table in the Australian Post bar code specification (Table N is not supported in the current version of TBarCode)
  • Default and recommended check-digit method: None

eBC_AusPostReplyPaid  Australian Post Reply Paid barcode
Enumeration Value: 66


Encodes the 8 digit Sorting Code (DPID) used by the Australian Post, Format Control Code is set to 45 (Reply Paid Barcode)
Reed Solomon Error correction according to symbology specification is added automatically by TBarCode.

  • Encodes 8 digits
  • Codeable characters: ["0" - "9"]
  • Default and recommended check-digit method: None

eBC_AusPostRouting  Australian Post Routing barcode
Enumeration Value: 67


Encodes the 8 digit Sorting Code (DPID) used by the Australian Post, Format Control Code is set to 87 (Routing Barcode)
Reed Solomon Error correction according to symbology specification is added automatically by TBarCode.

  • Encodes 8 digits
  • Codeable characters: ["0" - "9"]
  • Default and recommended check-digit method: None

eBC_AusPostRedirect  Australian Post Redirection barcode
Enumeration Value: 68


Encodes the 8 digit Sorting Code (DPID) used by the Australian Post, Format Control Code is set to 92 (Redirection Barcode)
Reed Solomon Error correction according to symbology specification is added automatically by TBarCode.

  • Encodes 8 digits
  • Codeable characters: ["0" - "9"]
  • Default and recommended check-digit method: eCDNone

eBC_ISBN  ISBN
Enumeration Value: 69


ISBN is used for encoding the ISBN number (used in the book industry) into a bar code for retail and wholesale applications
ISBN is based upon an EAN-13 P5 symbology (see eBC_EAN13P5), the required check digit is calculated automatically if length of input data equals 17.

  • Encodes 17 digits (12 + 5) and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDEAN13 (if 17 digits are specified for the input data), eCDNone (if 18 digits are specified for the input data)
  • Recommended check digit methods: eCDEAN13
    Note:
    Strip off the check digit from the ISBN number before you encode it into the symbol (otherwise you get a wrong bar code!)

eBC_RM4SCC  Royal Mail 4 State customer code (RM4SCC)
Enumeration Value: 70


Used for automated mail sorting and addressing in the UK
Encodes a variable amount of characters followed by an internal calculated check-digit.

  • Codeable characters: ["0" - "9", "A" - "Z"]
  • Default check-digit method: eCDRM4SCC (the required check character is added automatically by TBarCode)
  • Recommended check digit methods: eCDRM4SCC

eBC_DataMatrix  Data Matrix
Enumeration Value: 71


2D matrix symbology developed to encode large quantities of data (especially on small objects), size adjusts automatically depending on input data (BCSet_DM_Size())
Symbology internal error correction (based upon ECC200) is added by TBarCode automatically
Input data is analyzed by TBarCode and the best suitable compaction mode is switched/shifted to during encoding.

  • Encodes variable amount of data (up to 1556 Bytes or 2335 alpha numeric characters)
  • Codeable characters: Alphanumeric and/or Bytes
  • Default and recommended check-digit method: None (check digit and error correction is included in the code)
  • Recommended check digit methods: None

eBC_EAN14  EAN-14
Enumeration Value: 72


Used to encode the GTIN (Global Trade Item Number) with Application Identifier (AI) 01
Within the EAN UCC System you can use 2 symbologies for encoding the GTIN: UCC/EAN-128 and ITF-14 (Code 2 of 5 interleaved with 14 digits)
Here we use EAN-128 with AI 01, the AI must not be part of the input data (it is prefixed automatically)
The check digit is calculated automatically if not specified in the input data (that is when only 13 digits are used).

eBC_CODABLOCK_E  CODABLOCK-E
Enumeration Value: 73
NOT SUPPORTED IN THE CURRENT VERSION.



eBC_CODABLOCK_F  CODABLOCK-F
Enumeration Value: 74


Stacked version of Code128 symbology, each row is a single Code 128 symbol extended with row indicator information and additional check digits
The UCC/EAN/GS1 format indicator is supported (BCSet_CBF_Format()).

  • Encodes variable amount of data
  • Codeable characters: ASCII 0-127 + ISO 8859-1
  • Default check-digit method: internal check digit method
  • Recommended check digit methods: None (internal check digit method)

eBC_NVE18  NVE-18 ("Nummer der Versandeinheit")
Enumeration Value: 75


Alias SSCC-18 - see eBC_SSCC18.

eBC_JapanesePostal  Japanese Postal customer code
Enumeration Value: 76


For customers of the Japanese Postal Service. You can encode the ZIP code followed by block and street number (Address-B data field)
Address B data compaction can be enabled with Format Parameter "J" (BCSetFormat())); If format is set to "J", Japanese characters and also Chinese street numbers (encoded with Shift JIS char set) are converted to the Address-B data field by using the specified algorithm from the Japanese Postal Service.

  • Encodes 7 digits (ZIP code) + additional data
  • Codeable characters ZIP Code: ["0" - "9"]
  • Codeable characters additional data: ["0" - "9", "A" - "Z", "-"] (Shift JIS characters are compacted if format "J" is set)
  • Default check-digit method: None (the symbology internal check character is created automatically by TBarCode)
  • Recommended check digit methods: None

eBC_KoreanPostalAuth  Korean Postal Authority code
Enumeration Value: 77


Used by the Korean Postal Service for mail sorting
The symbology uses a special mod-10 based check digit, check digit calculation is enabled/disabled depending on the number of input characters.

  • Encodes 6 digits + 1 check digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDMod10Kor (if 6 digits are provided as for the input data), eCDNone (if 7 digits are provided)
  • Recommended check digit methods: eCDMod10Kor

eBC_GS1DataBarTrunc  GS1 DataBar Truncated (RSS-14 Truncated)
Enumeration Value: 78


Similar to RSS-14 (eBC_RSS14) but with reduced height (should be at least 13X; X = module width), omni-directional scanning may not be possible with truncated version, no quiet zone is needed for the RSS code family.

Note:
Available as EAN.UCC Composite Symbology

eBC_RSS14Trunc  GS1 DataBar Truncated (RSS-14 Truncated)
Enumeration Value: 78


Same as eBC_GS1DataBarTrunc

eBC_GS1DataBarStacked  GS1 DataBar Stacked (RSS-14 Stacked)
Enumeration Value: 79


Similar to RSS-14 (eBC_RSS14) but split into 2 rows to make the symbol smaller, used for pharmaceutical packaging.

Note:
Available as EAN.UCC Composite Symbology

eBC_RSS14Stacked  GS1 DataBar Stacked (RSS-14 Stacked)
Enumeration Value: 79


Same as eBC_GS1DataBarStacked

eBC_GS1DataBarStackedOmni  GS1 DataBar Stacked Omnidirectional (RSS-14 Stacked Omnidirectional)
Enumeration Value: 80


This version of RSS-14 Stacked (eBC_RSS14Stacked) supports omni-directional scanning, the increased symbol height makes this possible.

Note:
Available as EAN.UCC Composite Symbology

eBC_RSS14StackedOmni  GS1 DataBar Stacked Omnidirectional (RSS-14 Stacked Omnidirectional)
Enumeration Value: 80


Same as eBC_GS1DataBarStackedOmni

eBC_GS1DataBarExpStacked  GS1 DataBar Expanded Stacked (RSS Expanded Stacked)
Enumeration Value: 81


Stacked version of RSS Expanded (eBC_RSSExp), the number of data segments per row can vary between 4 and 22 (can be set with BCSet_RSS_SegmPerRow() - default segmentation is 4).

Note:
Available as EAN.UCC Composite Symbology

eBC_RSSExpStacked  GS1 DataBar Expanded Stacked (RSS Expanded Stacked)
Enumeration Value: 81


Same as eBC_GS1DataBarExpStacked

eBC_Planet12  Planet Code 12 (2 + 5 + 4 digits + 1 CD Mod10)
Enumeration Value: 82


Used by the USPS (US Postal Service) for tracking inbound and outbound letter mail
The required check digit is calculated automatically by TBarCode if length of input data equals 11.

  • Encodes 11 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDMod10Pla (if 11 digits are specified for the input data), eCDNone (if 12 digits are specified for the input data)
  • Recommended check digit methods: eCDMod10Pla

eBC_Planet14  Planet Code 14 (2 + 5 + 6 digits + 1 CD Mod10)
Enumeration Value: 83


Used by the USPS (US Postal Service) for tracking inbound and outbound letter mail
The required check digit is calculated automatically by TBarCode if length of input data equals 13.

  • Encodes 13 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDMod10Pla (if 13 digits are specified for the input data), eCDNone (if 14 digits are specified for the input data)
  • Recommended check digit methods: eCDMod10Pla

eBC_MicroPDF417  MicroPDF417
Enumeration Value: 84


2D / multi-row symbology to encode large quantities of data; Micro PDF is based upon PDF417 (eBC_PDF417) but with specific variants of rows and columns - called "version" (BCSet_MPDF417_Version()) In default mode, input data is analyzed by TBarCode and best internal data compaction mode is selected (and dynamically switched) automatically
Error correction and recognition is included in the code.

  • Encodable characters: alphanumeric (ASCII 0-255) and/or Bytes
  • Default check-digit method: None
  • Recommended check digit methods: None (number of error correction codewords is adapted to symbol version according to specification)

eBC_USPSOneCode4CB  USPS OneCode (4-State Customer Barcode)
Enumeration Value: 85


Height modulated bar code used for automated mail sorting and addressing by USPS.
Encodes a 20, 25, 29 or 31 digit string: 20 digits Tracking Code followed by the Routing Code (= ZIP Code with 0, 5, 9, or 11 digits). The second digit must be "0" - "4".

  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDNone (the symbology specific check digit is added automatically by TBarCode)
  • Recommended check digit methods: eCDNone

eBC_PlesseyBidir  Plessey Code with bidirectional reading support
Enumeration Value: 86


  • Codeable characters: ["0"-"9", "A"-"Z"]
  • Default check-digit method: eCDPlessey (2 check characters are created)
  • Recommended check digit methods: eCDPlessey

eBC_Telepen  Telepen
Enumeration Value: 87


The numeric version - encodes only an even number of digits, uses a leading "0" automatically (see BCSetAutoCorrect()).
Also an alphanumeric version of Telepen exists - Telepen Alpha.

  • Codeable characters: ["0" - "9"]
  • Default check-digit method: None (check digit is part of the code)
  • Recommended check digit methods: None (Check digit is part of the code)

eBC_GS1_128  GS1-128
Enumeration Value: 88


GS1-128 (former called EAN 128) is based upon the Code128, but with the FNC1 function character encoded at the 2nd position (after the start code); this allows scanners and data processing software to differentiate EAN-128 from other symbologies.

  • The FNC1 at 2nd position is inserted automatically by TBarCode
  • The symbology internal checksum (Mod 103) is calculated automatically
  • Within the GS1 System you can use Application Identifiers to prefix encoded data
  • Codeable characters: All ASCII-characters from 0x00 to 0x7f (0 - 127)
  • Default check-sum method: eCDEAN128 (symbology internal checksum method)
  • Recommended checksum calculation: eCDEAN128, in addition eCDMod10 or eCDMod43 for special applications
eBC_ITF14  ITF-14
Enumeration Value: 89


ITF-14 is based upon 2of5 Interleaved but limited to 14 digits and ends with a check digit (mod 10) by default.

  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDMod10
  • Recommended check digit methods: eCDMod10

eBC_KIX  KIX
Enumeration Value: 90


Used for automated mail sorting and addressing in the Netherlands (by TNT)
Encodes a variable amount of characters followed by an internal calculated check-digit.

  • Codeable characters: ["0" - "9", "A" - "Z"]
  • Default check-digit method: None
  • Recommended check digit methods: None

eBC_BC412  BC412
Enumeration Value: 91
NOT SUPPORTED BY THE CURRENT VERSION.


- Codeable characters: ["0"-"9", "A"-"Z"]

  • Check digit calculation is a fix ingredient of the code

eBC_Aztec  Aztec Code
Enumeration Value: 92


2D matrix symbology developed to encode large quantities of data (especially on small objects), size adjusts automatically depending on input data (BCSet_Aztec_Size())
Symbology internal error correction is added by TBarCode automatically
Input data is analyzed by TBarCode and the best suitable compaction mode is switched/shifted to during encoding.

  • Encodes variable amount of data (up to 1914 Bytes or 3067 alpha numeric characters)
  • Codeable characters: Alphanumeric and/or Bytes
  • Default and recommended check-digit method: None (check digit and error correction is included in the code)
  • Recommended check digit methods: None

eBC_DAFT  DAFT Code
Enumeration Value: 93


A generic 4 state code which consists of following 4 characters

  • D ... Descender (medium bar - from center part to lower bound)
  • A ... Ascender (medium bar - from center part to upper bound)
  • F ... Full (full length bar - from upper to lower bound)
  • T ... Tracker (short bar - center part only)

eBC_ItalianPostal2Of5  Italian Postal 2 of 5
Enumeration Value: 94


Italian Postal 2 of 5 is based upon 2of5 Interleaved but limited to 12 digits and ends with a check digit by default.

eBC_ItalianPostal3Of9  Italian Postal 3 of 9
Enumeration Value: 95
NOT SUPPORTED IN THE CURRENT VERSION.




eBC_DPD  DPD Code
Enumeration Value: 96


DPD Code is based upon Code 128 and is used in DPD labels.
The code in the barcode differs slightly from the display text. The barcode data has following format (is entered by the user/application): IPPPPPPPTTTTTTTTTTTTTTSSSCCC whereas the display text looks as follows (is calculated from the barcode data): PPPPPPPTTTTTTTTTTTTTTSSSCCCD with:

  • I ... identification tag (only used in barcode)
  • PPPPPPP ... Destination Post Code
  • TTTTTTTTTTTTTT ... Tracking Number
  • SSS ... Service Code
  • CCC ... Destination Country Code
  • D ... Check Digit (mod 36) (only used in display text)

eBC_MicroQRCode  Micro QR-Code
Enumeration Value: 97


2D symbology, based upon QR-Code (eBC_QRCode), but adapted to encode only small quantities of data (less overhead, smaller symbols).
The symbol version (size) adjusts automatically depending on input data or can be set to a specific value (BCSet_MQR_Version())
Error correction and recognition is included in the code, support for Kanji characters can be enabled.

  • Codeable characters: alphanumeric and/or Bytes, Kanji char set (Shift JIS X 0208)
  • Default check-digit method: None
  • Recommended check digit methods: None (Error correction and recognition depends on adjusted Error Correction Level)


eBC_HIBCLic128  HIBC LIC 128
Enumeration Value: 98


HIBC LIC 128 uses Code 128 as base symbology; It has a special check digit (modulo 43) and the human readable text is surrounded by asterisks '*' (which are not encoded in the bar code data)
The content of HIBC LIC 128 / HIBC LIC 39 is specified by the HIBC Supplier Labeling Standard. It consists of a Primary and a Secondary Data Structure, which may be encoded together in one bar code or split into 2 single symbols.
The primary format looks as follows: +IIIIP*UL with:

  • + ... HIBC Supplier Labeling Flag '+'
  • I ... Label Identification Code (LIC)
  • P* ... Labelers Product or Catalog Number (field length: 1-13)
  • U ... Unit of Measure ID
  • L ... Check Digit (mod 43) - also used as "Link Character" in Secondary Data Structure

    The secondary format is defined as: +R*Q*D*B*LC with:
  • + ... HIBC Supplier Labeling Flag '+'
  • R* ... Quantity/Date Reference Identifier (length: 1, 2, or 5)
  • Q* ... Quantity Field (length: 0, 1, or 6)
  • D* ... Date Field (length: 0, or 5-9)
  • B* ... Lot/Batch/serial Number Field (length: 0-13)
  • L ... Link Character (check digit of Primary Data Structure)
  • C ... Check Digit (mod 43)

    The combined format is defined as: +IIIIP*U/R*Q*D*B*C with the fields specified as above. A slash (/) is used as separator. The check digit of the Primary, the '+' and the link character of the Secondary Data Format are omitted.
  • Default check-digit method: eCDMod43
  • Recommended check digit methods: eCDMod43

eBC_HIBCLic3OF9  HIBC LIC 39
Enumeration Value: 99


For a short format description see also eBC_HIBCLic128.

eBC_HIBCPas128  HIBC LIC 128
Enumeration Value: 100


HIBC PAS 128 uses Code 128 as base symbology; It has a special check digit (modulo 43) and the human readable text is surrounded by asterisks '*' (which are not encoded in the bar code data)
The content of HIBC PAS 128 / HIBC PAS 39 is specified by the HIBC Provider Applications Standard. It may consist of a Single or a Split Data Field Format. The split format may be encoded together in one bar code or split into 2 single symbols.
The Single Data Structure Format looks as follows: +/F*G*DDDDDC1 with:

  • +/ ... HIBC Provider Applications Standard Flag
  • F* ... Where Flag (length: 1 or 3)
  • G* ... What Flag (length: 1 or 3)
  • D ... Application Data
  • C1 ... Check Digit (mod 43) - equal to the "Link Character" of the second part.

    The First Part of the Split data Structure Format looks like: +/1F*G*DDDDC is much the same as the Single Format but with "1" as prefix and one position for the application data (D) less. ("1" indicates that this is the first data structure)

    The Second Part of the Split Data Structure Format is defined as: +/2DDDDC1C2 with:
  • +/ ... HIBC Provider Applications Standard Flag
  • 2 ... "2" indicates that this is the second data structure
  • D ... Remainder of the Application Data
  • C1 ... Link Character (check digit of first part)
  • C2 ... Check Digit (mod 43)

    The combined format is defined as: +/F*G1*D1D1D1/G2*D2D2D2C with:
  • +/ ... HIBC Provider Applications Standard Flag
  • F* ... Where Flag (length: 1 or 3)
  • G1* ... What Flag for D1(length: 1 or 3)
  • D1 ... First Application Data
  • G2* ... What Flag for D2(length: 1 or 3)
  • D2 ... Second Application Data
  • C ... Check Digit (mod 43)
  • Default check-digit method: eCDMod43
  • Recommended check digit methods: eCDMod43

eBC_HIBCPas3OF9  HIBC LIC 39
Enumeration Value: 101


HIBC PAS 39 uses Code 3 of 9 as base symbology; It has a special check digit (modulo 43) and the human readable text is surrounded by asterisks '*' (which are not encoded in the bar code data)
For a short format description see also eBC_HIBCPas128.

eBC_HIBCLicDataMatrix  HIBC LIC Data Matrix
Enumeration Value: 102


HIBC LIC Data Matrix uses Data Matrix as base symbology; It has a special check digit (modulo 43).
For a short format description see also eBC_HIBCLic128 (Single and Combined Format, splitting is not allowed).

eBC_HIBCPasDataMatrix  HIBC PAS Data Matrix
Enumeration Value: 103


HIBC PAS Data Matrix uses Data Matrix as base symbology; It has a special check digit (modulo 43).
For a short format description see also eBC_HIBCPas128 (Primary and Combined Format, splitting is not allowed).

eBC_HIBCLicQRCode  HIBC LIC QR-Code
Enumeration Value: 104


HIBC LIC QR-Code uses QR-Code as base symbology; It has a special check digit (modulo 43).
For a short format description see also eBC_HIBCLic128 (Single and Combined Format, splitting is not allowed).

eBC_HIBCPasQRCode  HIBC PAS QR-Code
Enumeration Value: 105


HIBC PAS QR-Code uses QR-Code as base symbology; It has a special check digit (modulo 43).
For a short format description see also eBC_HIBCPas128 (Primary and Combined Format, splitting is not allowed).

eBC_HIBCLicPDF417  HIBC LIC PDF417
Enumeration Value: 106


HIBC LIC PDF417 uses PDF417 as base symbology; It has a special check digit (modulo 43).
For a short format description see also eBC_HIBCLic128 (Single and Combined Format, splitting is not allowed).

eBC_HIBCPasPDF417  HIBC PAS PDF417
Enumeration Value: 107


HIBC PAS PDF417 uses PDF417 as base symbology; It has a special check digit (modulo 43).
For a short format description see also eBC_HIBCPas128 (Primary and Combined Format, splitting is not allowed).

eBC_HIBCLicMPDF417  HIBC LIC MicroPDF417
Enumeration Value: 108


HIBC LIC MicroPDF417 uses MicroPDF417 as base symbology; It has a special check digit (modulo 43).
For a short format description see also eBC_HIBCLic128 (Single and Combined Format, splitting is not allowed).

eBC_HIBCPasMPDF417  HIBC PAS MicroPDF417
Enumeration Value: 109


HIBC PAS MicroPDF417 uses MicroPDF417 as base symbology; It has a special check digit (modulo 43).
For a short format description see also eBC_HIBCPas128 (Primary and Combined Format, splitting is not allowed).

eBC_HIBCLicCODABLOCK_F  HIBC LIC CODABLOCK-F
Enumeration Value: 110


HIBC LIC CODABLOCK-F uses CODABLOCK-F as base symbology; It has a special check digit (modulo 43).
For a short format description see also eBC_HIBCLic128 (Single and Combined Format, splitting is not allowed).

eBC_HIBCPasCODABLOCK_F  HIBC PAS CODABLOCK-F
Enumeration Value: 111


HIBC PAS CODABLOCK-F uses CODABLOCK-F as base symbology; It has a special check digit (modulo 43).
For a short format description see also eBC_HIBCPas128 (Primary and Combined Format, splitting is not allowed).


© 2008 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Tue May 5 15:50:32 2009 for TEC-IT TBarCode Library 9.2 with doxygen 1.5.3