enum EBarcodePosition

An enumeration that indicates the the format of a barcode.


Properties

AZTEC = 0


CODABAR = 1


CODE_39 = 2


CODE_93 = 3


CODE_128 = 4


DATA_MATRIX = 5


EAN_8 = 6


EAN_13 = 7


IMB = 8


ITF = 9


MAXICODE = 10


PDF_417 = 11


QR_CODE = 12


RSS_14 = 13


RSS_EXPANDED = 14


UPC_A = 15


UPC_E = 16


UPC_EAN_EXTENSION = 17


MSI = 18


PLESSEY = 19