Available readout modes.
More...
Inherits object.
|
| int | Fence = 1 |
| | Read a barcode only if the bars are oriented vertically. More...
|
| |
| int | FenceOrLadder = 3 |
| | Read a barcode if the bars are either oriented vertically or horizontally. More...
|
| |
| int | Ladder = 2 |
| | Read a barcode only if the bars are oriented horizontally. More...
|
| |
| int | Omnidirectional = 0 |
| | Read a barcode no matter what the orientation of the bars is. More...
|
| |
| int | SmallCodes = 4 |
| | Expect the barcodes to be very small. More...
|
| |
◆ Fence
Read a barcode only if the bars are oriented vertically.
◆ FenceOrLadder
Read a barcode if the bars are either oriented vertically or horizontally.
◆ Ladder
Read a barcode only if the bars are oriented horizontally.
◆ Omnidirectional
Read a barcode no matter what the orientation of the bars is.
◆ SmallCodes
Expect the barcodes to be very small.