C#
VB
C++
These flags identify the barcode direction. Used when reading linear and PDF417 barcodes.
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeDirectionFlags")][FlagsAttribute()]public enum BarcodeDirectionFlags
<FlagsAttribute()><DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeDirectionFlags")>Public Enum BarcodeDirectionFlagsInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()][DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeDirectionFlags")]public enum class BarcodeDirectionFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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. |
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
