Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Symbology

Barcode symbology type.

Index

Enumeration members

AZTEC

AZTEC: = "aztec"

CODABAR

CODABAR: = "codabar"

CODE11

CODE11: = "code11"

CODE128

CODE128: = "code128"

CODE25

CODE25: = "code25"

CODE39

CODE39: = "code39"

CODE93

CODE93: = "code93"

DATA_MATRIX

DATA_MATRIX: = "data-matrix"

DOTCODE

DOTCODE: = "dotcode"

EAN13

EAN13: = "ean13"

EAN8

EAN8: = "ean8"

FIVE_DIGIT_ADD_ON

FIVE_DIGIT_ADD_ON: = "five-digit-add-on"

GS1_DATABAR

GS1_DATABAR: = "databar"

GS1_DATABAR_EXPANDED

GS1_DATABAR_EXPANDED: = "databar-expanded"

GS1_DATABAR_LIMITED

GS1_DATABAR_LIMITED: = "databar-limited"

INTERLEAVED_2_OF_5

INTERLEAVED_2_OF_5: = "itf"

KIX

KIX: = "kix"

MAXICODE

MAXICODE: = "maxicode"

MICRO_PDF417

MICRO_PDF417: = "micropdf417"

MSI_PLESSEY

MSI_PLESSEY: = "msi-plessey"

PDF417

PDF417: = "pdf417"

QR

QR: = "qr"

RM4SCC

RM4SCC: = "rm4scc"

TWO_DIGIT_ADD_ON

TWO_DIGIT_ADD_ON: = "two-digit-add-on"

UPCA

UPCA: = "upca"

UPCE

UPCE: = "upce"

Functions

toHumanizedName

  • toHumanizedName(symbology: Symbology): string
  • Get the humanized name of a symbology.

    Parameters

    • symbology: Symbology

      The symbology for which to retrieve the name.

    Returns string

    The humanized name of the symbology.

toJSONName

  • Get the JSON key name of a symbology, used for JSON-formatted ScanSettings and Scandit Engine library.

    Parameters

    • symbology: Symbology

      The symbology for which to retrieve the name.

    Returns string

    The json key name of the symbology.

Generated using TypeDoc