C#
VB
C++
Obsolete: Flags that identify the barcode direction, used when reading linear and PDF417 barcodes.
[FlagsAttribute()]
public enum BarcodeDirectionFlags
<FlagsAttribute()>
Public Enum BarcodeDirectionFlags
[FlagsAttribute()]
public enum class BarcodeDirectionFlags
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | No direction flags used. |
0x00000001 | LeftToRight | Read from left to right across the image. |
0x00000002 | RightToLeft | Read from right to left across the image. |
0x00000004 | TopToBottom | Read from top to bottom across the image. |
0x00000008 | BottomToTop | Read from bottom to top across the image. |
0x00000010 | Skew | Read in a skewed or diagonal direction. |
0x00000020 | Horizontal | Read horizontally (left to right and right to left). |
0x00000040 | Vertical | Read vertically (top to bottom and bottom to top). |
0x00000080 | Diagonal | Read in a diagonal or skewed direction. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET