Scanbot SDK
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
BarcodeFormat

Barcode formats. More...

Inheritance diagram for BarcodeFormat:

Static Public Attributes

int UNKNOWN = 0
 
int AZTEC = 1
 
int CODABAR = 2
 
int CODE_39 = 3
 
int CODE_93 = 4
 
int CODE_128 = 5
 
int DATA_MATRIX = 6
 
int EAN_8 = 7
 
int EAN_13 = 8
 
int ITF = 9
 
int PDF_417 = 10
 
int QR_CODE = 11
 
int RSS_14 = 12
 
int RSS_EXPANDED = 13
 
int UPC_A = 14
 
int UPC_E = 15
 
int UPC_EAN_EXTENSION = 16
 
int MSI_PLESSEY = 17
 
int IATA_2_OF_5 = 18
 
int INDUSTRIAL_2_OF_5 = 19
 
int ONE_D = 20
 This special value can be passed to the BarcodeRecognizer constructor to enable recognition of all 1D barcode formats.
 

Detailed Description

Barcode formats.

Member Data Documentation

◆ ONE_D

int ONE_D = 20
static

This special value can be passed to the BarcodeRecognizer constructor to enable recognition of all 1D barcode formats.

This value will never be returned as a result of barcode recognition.


The documentation for this class was generated from the following file: