Options
All
  • Public
  • Public/Protected
  • All
Menu

Flags to hint that two codes form a composite code.

Index

Enumeration members

Enumeration members

GS1_A

GS1_A: = 4

Code is a GS1 Composite Code Type A (CC - A).This flag can be set by MicroPDF417 codes.

GS1_B

GS1_B: = 8

Code is a GS1 Composite Code Type B (CC-B). This flag can be set by MicroPDF417 codes.

GS1_C

GS1_C: = 16

Code is a GS1 Composite Code Type C (CC-C). This flag can be set by PDF417 codes.

LINKED

LINKED: = 2

Code is the linear component of a composite code. This flag can be set by GS1 DataBar or GS1-128 (Code 128).

NONE

NONE: = 0

Code is not part of a composite code.

UNKNOWN

UNKNOWN: = 1

Code could be part of a composite code. This flag is set by linear (1D) symbologies that have no composite flag support but can be part of a composite code like the EAN/UPC symbology family.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc