These flags identify the barcode direction. Used when reading linear and PDF417 barcodes.
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | No direction are flags used. |
0x00000001 | LeftToRight | Reads from left to right across the image. |
0x00000002 | RightToLeft | Reads from right to left across the image. |
0x00000004 | TopToBottom | Reads from top to bottom across the image. |
0x00000008 | BottomToTop | Reads from bottom to top across the image. |
0x00000010 | Skew | Reads in a skewed or diagonal direction. |
0x00000020 | Horizontal | Reads horizontally (left to right and right to left). |
0x00000040 | Vertical | Reads vertically (top to bottom and bottom to top). |
0x00000080 | Diagonal | Reads in a diagonal or skewed direction. |
Products |
Support |
Feedback: BarcodeDirectionFlags Enumeration - Leadtools.Services.Barcode.DataContracts |
Introduction |
Help Version 19.0.2017.6.16
|