BarcodeOrientationEnum enumeration constants are used to denote the types of barcode orientation that can be detected by ABBYY FineReader Engine. It is used by the BarcodeParams object.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Elements
| Name | Description |
|---|---|
| BO\_Autodetect | Detect the barcode orientation automatically. |
| BO\_Down\_To\_Top | Barcode is oriented from down to top. |
| BO\_Left\_To\_Right | Barcode is oriented from left to right. |
| BO\_Right\_To\_Left | Barcode is oriented from right to left. |
| BO\_Top\_To\_Down | Barcode is oriented from top to down. |
| BO\_Unknown | Denotes unknown type of barcode orientation. It may be used as the return value if ABBYY FineReader Engine has failed to detect barcode orientation. |
