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

Public Member Functions

 Direction (int cVal)
 

Public Attributes

 LEFT_RIGHT =(1 << 0)
 
 RIGHT_LEFT =(1 << 2)
 
 TOP_DOWN =(1 << 1)
 
 BOTTOM_UP =(1 << 3)
 
 ALL =(LEFT_RIGHT._cVal | RIGHT_LEFT._cVal | TOP_DOWN._cVal | BOTTOM_UP._cVal)
 

Detailed Description

The Direction enumeration. Lists all of the directions to search for bar codes in.

Constructor & Destructor Documentation

Direction ( int  cVal)

Member Data Documentation

ALL =(LEFT_RIGHT._cVal | RIGHT_LEFT._cVal | TOP_DOWN._cVal | BOTTOM_UP._cVal)
BOTTOM_UP =(1 << 3)
LEFT_RIGHT =(1 << 0)
RIGHT_LEFT =(1 << 2)
TOP_DOWN =(1 << 1)

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.