The BarcodeDirectionFlags Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Flags that identify the barcode direction, used when reading linear and PDF417 barcodes.| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum BarcodeDirectionFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As BarcodeDirectionFlags | |
| C# | |
|---|---|
[FlagsAttribute()] public enum BarcodeDirectionFlags : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class BarcodeDirectionFlags : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| BottomToTop | Read from bottom to top across the image. |
| Diagonal | Read in a diagonal or skewed direction. |
| Horizontal | Read horizontally (left to right and right to left). |
| LeftToRight | Read from left to right across the image. |
| None | No direction flags used. |
| RightToLeft | Read from right to left across the image. |
| Skew | Read in a skewed or diagonal direction. |
| TopToBottom | Read from top to bottom across the image. |
| Vertical | Read vertically (top to bottom and bottom to top). |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.Barcode.BarcodeDirectionFlags
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code