TBarCode Library 11  TBarCode Library 11
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: eCDStandard (eCDEAN8).
Note:
Available as GS1 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: eCDStandard (eCDEAN8)

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: eCDStandard (eCDEAN8)

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: eCDStandard (eCDEAN13).
Note:
Available as GS1 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: eCDStandard (eCDEAN13)

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: eCDStandard (eCDEAN13)

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: eCDStandard (eCDEAN128), in addition eCDMod10 or eCDEAN14 for special applications.
Note:
Available as GS1 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: eCDStandard (eCDUPCA)

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, eCDMod10Luhn (library applications)

eBC_CodaBar18 

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



eBC_Scan1 

Scan 1
Enumeration Value: 19
Custom type implementation.



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_ISBN13P5 

ISBN 13 - 5 Digits Add On
Enumeration Value: 23


The ISBN 13 bar code with 5 add-on digits is used for encoding ISBN numbers that are used in the book industry for retail and wholesale applications
The bar code is based upon an EAN-13 P5 symbology (see eBC_EAN13P5), the required check digit - for the bar code, not for the ISBN number - is corrected/calculated automatically if it is wrong or missing.

  • Encodes 17 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method(s): eCDEAN13 (check digit is calculated and/or checked)
  • Recommended check digit methods: eCDStandard (eCDEAN13).
Note:
The check digit of the ISBN number is replaced by the EAN13 check digit. Otherwise the bar code would be unreadable. The check digit is always encoded on the 13th position.

eBC_ISMN 

ISMN
Enumeration Value: 24


The ISMN (International Standard Music Number) bar code is used for encoding ISMN numbers that identify printed music.
The bar code is based upon an EAN-13 symbology (see eBC_EAN13), the required check digit - for the bar code, not for the ISMN number - is calculated automatically if it is missing.

  • Encodes 12 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method(s): eCDEAN13 (check digit is calculated and/or checked)
  • Recommended check digit methods: eCDStandard (eCDEAN13).
Note:
The check digit of the ISSN number is replaced by the EAN13 check digit. Otherwise the bar code would be unreadable.

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_ISSN 

ISSN
Enumeration Value: 26


The ISSN (International Standard Serial Number) bar code is used for encoding ISSN numbers that identify printed or electronic periodical publications.
The bar code is based upon an EAN-13 symbology (see eBC_EAN13), the required check digit is calculated automatically if it is missing.

  • Encodes 12 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method(s): eCDEAN13 (check digit is calculated and/or checked)
  • Recommended check digit methods: eCDStandard (eCDEAN13)

eBC_ISSNP2 

ISSN - 2 Digits Add On
Enumeration Value: 27


The ISSN bar code with 2 add-on digits is used for encoding ISSN numbers that identify printed or electronic periodical publications.
The bar code is based upon an EAN-13 symbology (see eBC_EAN13), the required check digit is calculated automatically if it is missing.

  • Encodes 14 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method(s): eCDEAN13 (check digit is calculated and/or checked)
  • Recommended check digit methods: eCDStandard (eCDEAN13)

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: eCDStandard / None (check digit is already part of the symbology).
Note:
Available as GS1 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: eCDStandard / None (check digit is already part of the symbology).
Note:
Available as GS1 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: eCDStandard / None (check digit is already part of the symbology).
Note:
Available as GS1 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: eCDStandard / None (check digit is already part of the symbology)

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: eCDStandard (eCDUPCA).
Note:
Available as GS1 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: eCDStandard (eCDUPCA)

eBC_UPCAP5 

UPC-A With 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: eCDStandard (eCDUPCA)

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: eCDStandard (eCDUPCE).
Note:
Available as GS1 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: eCDStandard (eCDUPCE)

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: eCDStandard (eCDUPCE)

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.

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.

  • Encodes 5 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDUSPSPostnet (if the check digit should either be calculated or validated), eCDNone (if no validation is required - not recommended)
  • Recommended check digit methods: eCDStandard (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.

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.

  • Encodes 9 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDUSPSPostnet (if the check digit should either be calculated or validated), eCDNone (if no validation is required - not recommended)
  • Recommended check digit methods: eCDStandard (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.

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.

  • Encodes 11 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDUSPSPostnet (if the check digit should either be calculated or validated), eCDNone (if no validation is required - not recommended)
  • Recommended check digit methods: eCDStandard (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: eCDStandard (eCDMod10)

eBC_FIM 

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



eBC_Scan2 

Scan 2
Enumeration Value: 49
Custom type implementation.



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_PZN7 

PZN7 (Pharma Zentral Nummer Germany, 7 Digits)
Enumeration Value: 52


PZN7 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 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 6 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDPZN
  • Recommended check digit methods: eCDStandard (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_CEPNet 

Brazilian CEPNet
Enumeration Value: 54


Brazilian CEPNet postal symbol for encoding the Brazilian ZIP code. The encoding is based on the USPS PostNet codes.
The required check digit is calculated automatically if length of input data equals 8 - on demand the user can also supply the 9th digit.

  • Encodes 8 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method: eCDUSPSPostnet (if the check digit should either be calculated or validated), eCDNone (if no validation is required - not recommended)
  • Recommended check digit methods: eCDUSPSPostnet

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_JIS 

QR-Code (JIS)
Enumeration Value: 58


2D symbology to encode large quantities of data (implemented QR-Code model: 2, implements standard JIS X 0510)
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_QRCode 

QR-Code (JIS) - deprecated
Enumeration Value: 58


Same as eBC_QRCode_JIS.

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 

Australia Post 4-State 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 

Australia Post 4-State 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 

Australia Post 4-State 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 

Australia Post 4-State 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 

Australia Post 4-State Routing
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 

Australia Post 4-State Redirection
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_ISBN13 

ISBN 13
Enumeration Value: 69


The ISBN 13 bar code is used for encoding ISBN numbers, that are used in the book industry for retail and wholesale applications
The bar code is based upon an EAN-13 symbology (see eBC_EAN13), the required check digit - for the bar code, not for the ISBN number - is corrected/calculated automatically if it is wrong or missing.

  • Encodes 12 digits and 1 check-digit
  • Codeable characters: ["0" - "9"]
  • Default check-digit method(s): eCDEAN13 (check digit is calculated and/or checked)
  • Recommended check digit methods: eCDStandard (eCDEAN13).
Note:
The check digit from the ISBN number is replaced by the EAN13 check digit. Otherwise the bar code would be unreadable. The check digit is always encoded on the 13th (=last) position.

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


EAN-14 is used for encoding 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_VIN 

VIN/FIN (Vehicle Identification Number)
Enumeration Value: 73


The VIN is a unique serial number used by the automotive industry to identify individual motor vehicles. Encoding is based on Code 3of9. The European and the North American implementation of the VIN differ but both are compatible to the ISO-Standard 3779.

  • Encodes 17 alphanumerical characters
  • Codeable characters: ["0"-"9", "A"-"Z" without "I", "O", "Q"]
  • Default check-digit method: None
  • Recommended check digit methods: eCDVIN (needed for the North American VIN, but not fo the European)

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 GS1 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 GS1 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 GS1 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 GS1 DataBar Expanded (eBC_GS1DataBarExp), 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 GS1 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_USPSIntelligentMail 

Intelligent Mail® Barcode (IM® Barcode, formerly known as the 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_USPSOneCode4CB 

Intelligent Mail® Barcode (IM® Barcode, formerly known as the 4-State Customer Barcode)
Enumeration Value: 85


Same as eBC_USPSIntelligentMail

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: eCDStandard (eCDEAN128), in addition eCDMod10 or eCDGTIN14 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_Code32 

Code 32
Enumeration Value: 91


Code 32 (also called Italian Pharmacode) is based upon Code39 but limited to 9 digits and ends with a check digit (mod 10) by default.

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_JIS), 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-18)
  • 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*D*B*LA*C with:
  • + ... HIBC Supplier Labeling Flag '+'
  • R* ... Date Reference Identifier (length: 1, 2, 3, or 5)
  • D* ... Date Field (length: 0, or 4-9)
  • B* ... Lot/Batch/serial Number Field (length: 0-18)
  • L ... Link Character (check digit of Primary Data Structure)
  • A* ... Additional Supplemental Data (recommended only to be used in 2D barcodes)
  • C ... Check Digit (mod 43)

    The combined format is defined as: +IIIIP*U/R*D*B*A*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.

    The Additional Supplemental Data may be empty or consist of 1 or more of following fields:
  • Serial Number when Lot number is used ... /SA* (length of serial number: 1 - 18)
  • Date of Manufacture ... /16DYYYYMMDD (year, month, day)
  • Expiry date formatted as YYYYMMDD ... /14DYYYYMMDD (year, month, day)
  • Quantity ... /QA* (length of quantity: 1 - 5)
    HINT: TBarCode supports following HIBC LIC standards via options:
  • V2.2 (legacy, options="Hibc_Lic_Version=0")
  • V2.4 (legacy, options="Hibc_Lic_Version=1")
  • V2.6 (default, options="Hibc_Lic_Version=2")
  • 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 PAS 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, a Multiple, or a Split Data Field Format. The multiple format can contain 2 or more data fields within one barcode symbol. The split format, which allows to split the data into 2 single symbols, is only available in the legacy version of HIBC PAS 1.2.
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 multiple 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
  • / ... Separator
  • G2* ... What Flag for D2(length: 1 or 3)
  • D2 ... Second Application Data
  • C ... Check Digit (mod 43) HINT: A multiple format can consist of more than 2 parts. In this case "/", G2*, and D2 are repeated.

    The First Part of the Split Data Format (only used in legacy PAS version V1.2!) 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)
    HINT: TBarCode supports following HIBC PAS standards via options:
  • V1.2 (legacy, options="Hibc_Pas_Version=0")
  • V1.3 (default, options="Hibc_Pas_Version=1")
  • Default check-digit method: eCDMod43
  • Recommended check digit methods: eCDMod43

eBC_HIBCPas3OF9 

HIBC PAS 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).

eBC_QRCode_ISO 

QR-Code (ISO)
Enumeration Value: 112


QR-Code version that implements standard ISO/IEC 18004:2015 (see also eBC_QRCode_JIS)
The main difference between QR-Code (JIS) and QR-Code (ISO) is the default character encoding which
is ISO-8859-1 (Latin-1).

eBC_QRCode2005 

QR-Code 2005 (ISO) - Deprecated
Enumeration Value: 112


Same as eBC_QRCode_ISO.


eBC_PZN8 

PZN8 (Pharma Zentral Nummer Germany, 8 digits)
Enumeration Value: 113


PZN8 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)
PZN8 is an extension of the 7-digit PZN code (also called PZN7). PZN7 codes can be converted to valid PZN8 codes by prepending a leading "0".
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: eCDPZN
  • Recommended check digit methods: eCDStandard (eCDPZN)

eBC_Reserved_114 

Reserved for Future Use
Enumeration Value: 114

eBC_DotCode 

DotCode
Enumeration Value: 115


2D dot code symbology designed to be reliably readable when printed by high-speed inkjet or laser dot technologies.
Size adjusts automatically depending on input data, the 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 (no absolute limit, depends on the readers)
  • 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_HanXin 

Han Xin Code
Enumeration Value: 116


2D symbology to encode large quantities of data with special support of Chinese characters.
The symbol version (size) adjusts automatically depending on input data or can be set to a specific value (BCSet_HanXin_Version())
Error correction and recognition is included in the code, the Chinese character set GB18030 is supported.

  • Codeable characters: alphanumeric and/or Bytes, GB18030
  • Default check-digit method: None
  • Recommended check digit methods: None (Error correction and recognition depends on adjusted Error Correction Level)
eBC_USPSIMPackage 

USPS Intelligent Mail® Package Barcode
Enumeration Value: 117


GS1 128 based barcode used for automated parcel delivery by USPS.
Encodes a 22, 26, 30 or 34 digit string: 8 to 12 digits Routing Code (containing ZIP), followed by FNC1 as separator and the Tracking Code. The Routing Code is optional and may be skipped.
Please examine the specification of the barcode type to gain more detailed information.

  • Codeable characters: ["0" - "9", FNC1]
  • Default check-digit method: eCDMod10IMPackage
  • Recommended check digit methods: eCDStandard (eCDMod10IMPackage)


eBC_SwedishPostal 

Swedish Postal Shipment Item ID Barcode
Enumeration Value: 118


This Code is based upon Code 128 and is used on Swedish Postal labels.
The code consists of a

  • 2-digit letter prefix
  • 8-digit serial number
  • 1-digit check digit (mod 11)
  • "SE" as application identifier
  • Default check-digit method: eCDSwedishPostal
  • Recommended check digit methods: eCDStandard (eCDSwedishPostal)

eBC_2D_Mailmark 

Royal Mail Mailmark 2D
Enumeration Value: 119


This Code is used on Royal Mail mail pieces.
It is based upon Data Matrix (ECC200) with following restrictions:

  • 3 symbol sizes only (24x24, 32x32, 16x48)
  • Barcode content consists of an address part with a fixed length of 45 characters and a custom part. Please examine the specification of the barcode type to gain more detailed information.
  • The address part is made of exactly 45 characters (upper case letters, digits, and space).
  • The length of the custom part depends on the chosen symbol size and the entered characters.
  • Codeable characters: see above
  • Default and recommended check-digit method: None (check digit and error correction is included in the code)
  • Recommended check digit methods: None

eBC_CMDM_Mailmark 

Royal Mail Complex Mail Data Mark (CMDM) Mailmark
Enumeration Value: 119


Same as eBC_2D_Mailmark. Old name of Royal Mail Mailmark 2D

eBC_UpuS10 

UPU S10 - Identification of Postal Items
Enumeration Value: 120


This Code is based upon Code 128 and is used on several postal labels of various countries.
The code consists of a

  • 2-digit letter prefix
  • 8-digit serial number
  • 1-digit check digit (mod 11)
  • 2-digit country code
  • Default check-digit method: eCDUPU
  • Recommended check digit methods: eCDStandard (eCDUPU)

eBC_4state_Mailmark 

Royal Mail Mailmark 4-state
Enumeration Value: 121


This Code is used on Royal Mail mail pieces. It has following properties:

  • Royal Mail Mailmark 4-state supports the 2 variants C and L.
  • The code consists of either 22 (variant C) or 26 (variant L) characters, which are composed of letters, digits, and spaces.
  • Codeable characters: see above
  • Default and recommended check-digit method: None (check digit and error correction is included in the code)
  • Recommended check digit methods: None
eBC_HIBCLicAztec 

HIBC LIC Aztec Code
Enumeration Value: 122


HIBC LIC Aztec Code uses Aztec 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_HIBCPasAztec 

HIBC PAS Aztec Code
Enumeration Value: 123


HIBC PAS Aztec Code uses Aztec 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_PPN 

PPN (Pharmacy Product Number)
Enumeration Value: 124


PPN uses Data Matrix as base symbology, with the format Macro06; It has 2 special check digits (modulo 97) and can be extended by a serial number, a batch number, and an expiry date.
In Germany PPN is an extension of the PZN8 code. PZN8 codes can be converted to valid PPN codes by prepending "9N11" and appending the check digits.
For German PPN codes the check digit is calculated automatically if the given code is not longer than 12 digits. For other countries no check digit calculation is supported so far.

  • Can contain following sub fields: + Product Code: "9N" + PRA + RPN + CC with: PRA ... PRA-Code ("00" - "99", "AA" - "ZZ"), "11" for Germany RPN ... Registered Product Number (["0" - "9", "A" - "Z"], 1-18 characters) CC ... check sum; 2 check digits mod-97 + NTIN: "8P" + NTIN (optional) with: NTIN ... National Trade Item Number (14 digits) + Serial Number: "S" + SN (optional) with: SN ... Serial Number (alphanumeric, 1-20 characters) + Batch Number: "1T" + BN (optional) with: BN ... Batch Number (alphanumeric, 1-20 characters) + Expiry Date: "D" + YYMMDD (optional)
  • GS (ASCII 29) must be added as separators between fields.
  • Default check-digit method: eCDNone
  • Recommended check digit methods: eCDStandard (eCDNone)

eBC_NTIN 

NTIN (National Trade Item Number)
Enumeration Value: 125


NTIN uses Data Matrix as base symbology, with the GS1 format; It has a special check digits (eCDGTIN14) and can be extended by a serial number, a batch number, and an expiry date.
In Germany NTIN is an extension of the PZN8 code. PZN8 codes can be converted to valid PPN codes by prepending "04150" and appending the check digit.
For German NTIN codes the check digit is calculated automatically if the given code is not longer than 13 digits. For other countries no check digit calculation is supported so far.

  • Can contain following sub fields: + Product Code: "01" + "0" + PREF + PN + CD (total exact 14 digits) with: PREF ... GS1 Prefix or Base Number, "4150" for Germany PN ... Product Number CD ... check digit + Serial Number: "21" + SN (optional) with: SN ... Serial Number (alphanumeric, 1-20 characters) + Batch Number: "10" + BN (optional) with: BN ... Batch Number (alphanumeric, 1-20 characters) + Expiry Date: "17" + YYMMDD (optional)
  • FNC1 must be added as at the end of variable length fields (Serial Number, Batch Number), but not at the end of the code.
  • Default check-digit method: eCDGTIN14
  • Recommended check digit methods: eCDStandard (eCDGTIN14)

eBC_SwissQrCode 

Swiss QR-Code
Enumeration Value: 126


Swiss QR-Code is based on QR-Code 2005 symbology; It is printed on so called QR factories and can be used for reading the transmision data.
The default encoding is UTF-8, but the encodable character set is limited to ISO-8859-1 (Latin-1)

  • Default check-digit method: None
  • Recommended check digit methods: None (Error correction and recognition depends on adjusted Error Correction Level)


eBC_GS1DataMatrix 

GS1 Data Matrix
Enumeration Value: 127


GS1 Data Matrix is based upon the Data Matrix Code, but with the FNC1 function character encoded at the 1st position; this allows scanners and data processing software to differentiate GS1 Data Matrix from other symbologies.

  • The FNC1 at 1st position is inserted automatically by TBarCode
  • Within the GS1 System you can use Application Identifiers to prefix encoded data
  • Codeable character set: Alphanumeric and/or Bytes
  • Default check-digit method: None
  • Recommended check digit methods: None (check digit and error correction is included in the code)
  • Recommended checksum calculation: eCDMod10 for special applications

eBC_GS1QrCode 

GS1 QR-Code
Enumeration Value: 128


GS1 QR-Code is based upon the QR-Code 2005 symbology, but with the FNC1 function character encoded at the 1st position; this allows scanners and data processing software to differentiate GS1 QR-Code from other symbologies.

  • The FNC1 at 1st position is inserted automatically by TBarCode
  • Within the GS1 System you can use Application Identifiers to prefix encoded data
  • Codeable character set: ISO-8859-1 (Latin-1)
  • Default check-digit method: None
  • Recommended check digit methods: eCDMod10 for special applications