Type alias BarcodeFormat

BarcodeFormat: "AZTEC" | "CODABAR" | "CODE_25" | "CODE_39" | "CODE_93" | "CODE_128" | "DATA_MATRIX" | "EAN_8" | "EAN_13" | "ITF" | "PDF_417" | "QR_CODE" | "MICRO_QR_CODE" | "DATABAR" | "DATABAR_EXPANDED" | "UPC_A" | "UPC_E" | "MSI_PLESSEY" | "IATA_2_OF_5" | "INDUSTRIAL_2_OF_5" | "USPS_INTELLIGENT_MAIL" | "ROYAL_MAIL" | "JAPAN_POST" | "ROYAL_TNT_POST" | "AUSTRALIA_POST" | "DATABAR_LIMITED" | "GS1_COMPOSITE" | "MICRO_PDF_417"

Barcode symbology used.

  • AZTEC: Aztec barcode type
  • CODABAR: Codabar barcode type
  • CODE_25: Code 25 barcode type
  • CODE_39: Code 39 barcode type
  • CODE_93: Code 93 barcode type
  • CODE_128: Code 128 barcode type
  • DATA_MATRIX: Data Matrix barcode type
  • EAN_8: EAN-8 barcode type
  • EAN_13: EAN-13 barcode type
  • ITF: ITF (Interleaved 2 of 5) barcode type
  • PDF_417: PDF417 barcode type
  • QR_CODE: QR Code barcode type
  • MICRO_QR_CODE: Micro QR Code barcode type
  • DATABAR: Databar barcode type
  • DATABAR_EXPANDED: Databar Expanded barcode type
  • UPC_A: UPC-A barcode type
  • UPC_E: UPC-E barcode type
  • MSI_PLESSEY: MSI Plessey barcode type
  • IATA_2_OF_5: IATA 2 of 5 barcode type
  • INDUSTRIAL_2_OF_5: Industrial 2 of 5 barcode type
  • USPS_INTELLIGENT_MAIL: USPS Intelligent Mail (aka USPS OneCode, USPS-STD-11)
  • ROYAL_MAIL: Royal Mail Four-State Customer Code, (aka RM4SCC, CBC, BPO 4 State Code)
  • JAPAN_POST: Japan Post Four-State Barcode
  • ROYAL_TNT_POST: Royal TNT Post Four-State Barcode (aka KIX, Klant IndeX)
  • AUSTRALIA_POST: Australia Post Four-State Customer Code
  • DATABAR_LIMITED: GS1 DataBar Limited
  • GS1_COMPOSITE: GS1 Composite
  • MICRO_PDF_417: Databar micro pdf 417

Generated using TypeDoc