|
Kofax Mobile SDK API Reference
|
An enum representing a direction or set of directions to search for barcodes. More...
Public Member Functions | |
| SearchDirection (int value) | |
| int | getValue () |
Public Attributes | |
| HORIZONTAL =(1 | 2) | |
| VERTICAL =(4 | 8) | |
| ALL =(1 | 2 | 4 | 8) | |
An enum representing a direction or set of directions to search for barcodes.
| SearchDirection | ( | int | value | ) |
| int getValue | ( | ) |
| ALL =(1 | 2 | 4 | 8) |
| HORIZONTAL =(1 | 2) |
| VERTICAL =(4 | 8) |