Kofax Mobile SDK API Reference
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
BarCodeReader.Symbology Enum Reference

Public Member Functions

 Symbology (int cVal)
 

Static Public Member Functions

static BarCodeType getBarCodeType (int cVal)
 

Public Attributes

 Code128 =(1)
 
 Ean =(1 << 1 | 1 << 2)
 
 Upc =(1 << 3 | 1 << 4)
 
 Code39 =(1 << 5)
 
 Code25 =(1 << 6)
 
 Code93 =(1 << 9)
 
 Codabar =(1 << 10)
 
 Postnet =(1 << 12)
 
 Datamatrix =(1 << 20)
 
 Pdf417 =(1 << 21)
 
 QRCode =(1 << 22)
 

Detailed Description

The Symbology enumeration. Lists all of the supported bar code that the engine will search for.

Constructor & Destructor Documentation

◆ Symbology()

Symbology ( int  cVal)

Member Function Documentation

◆ getBarCodeType()

static BarCodeType getBarCodeType ( int  cVal)
static

Member Data Documentation

◆ Codabar

Codabar =(1 << 10)

◆ Code128

Code128 =(1)

◆ Code25

Code25 =(1 << 6)

◆ Code39

Code39 =(1 << 5)

◆ Code93

Code93 =(1 << 9)

◆ Datamatrix

Datamatrix =(1 << 20)

◆ Ean

Ean =(1 << 1 | 1 << 2)

◆ Pdf417

Pdf417 =(1 << 21)

◆ Postnet

Postnet =(1 << 12)

◆ QRCode

QRCode =(1 << 22)

◆ Upc

Upc =(1 << 3 | 1 << 4)

The documentation for this enum was generated from the following file:
Untitled Document © 2021 Kofax, Inc. All rights reserved. Use is subject to license terms.