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 ( int  cVal)

Member Function Documentation

static BarCodeType getBarCodeType ( int  cVal)
static

Member Data Documentation

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

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