public enum BarcodeFormat
Enumerates supported barcode types
| Enum Constant and Description |
|---|
ALL_FORMATS
Represents all supported barcode types
|
AZTEC
Aztec 2D barcode format.
|
CODABAR
CODABAR 1D format.
|
CODE_128
Code 128 1D format.
|
CODE_39
Code 39 1D format.
|
CODE_93
Code 93 1D format.
|
DATA_MATRIX
Data Matrix 2D barcode format.
|
EAN_13
EAN-13 1D format.
|
EAN_8
EAN-8 1D format.
|
ITF
ITF (Interleaved Two of Five) 1D format.
|
MAXICODE
MaxiCode 2D barcode format.
|
PDF_417
PDF417 format.
|
QR_CODE
QR Code 2D barcode format.
|
RSS_14
RSS 14
|
RSS_EXPANDED
RSS EXPANDED
|
UNKNOWN
Unknown barcode format
|
UPC_A
UPC-A 1D format.
|
UPC_E
UPC-E 1D format.
|
UPC_EAN_EXTENSION
UPC/EAN extension format. Not a stand-alone format.
|
public BarcodeFormat ALL_FORMATS
Represents all supported barcode types
public BarcodeFormat AZTEC
Aztec 2D barcode format.
public BarcodeFormat CODABAR
CODABAR 1D format.
public BarcodeFormat CODE_39
Code 39 1D format.
public BarcodeFormat CODE_93
Code 93 1D format.
public BarcodeFormat CODE_128
Code 128 1D format.
public BarcodeFormat DATA_MATRIX
Data Matrix 2D barcode format.
public BarcodeFormat EAN_8
EAN-8 1D format.
public BarcodeFormat EAN_13
EAN-13 1D format.
public BarcodeFormat ITF
ITF (Interleaved Two of Five) 1D format.
public BarcodeFormat MAXICODE
MaxiCode 2D barcode format.
public BarcodeFormat PDF_417
PDF417 format.
public BarcodeFormat QR_CODE
QR Code 2D barcode format.
public BarcodeFormat RSS_14
RSS 14
public BarcodeFormat RSS_EXPANDED
RSS EXPANDED
public BarcodeFormat UPC_A
UPC-A 1D format.
public BarcodeFormat UPC_E
UPC-E 1D format.
public BarcodeFormat UPC_EAN_EXTENSION
UPC/EAN extension format. Not a stand-alone format.
public BarcodeFormat UNKNOWN
Unknown barcode format