Leadtools.Workflow.Barcode Namespace : BarcodeDirectionFlags Enumeration |
[FlagsAttribute()] public enum BarcodeDirectionFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum BarcodeDirectionFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As BarcodeDirectionFlags
[FlagsAttribute()] public enum class BarcodeDirectionFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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. |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.Barcode.BarcodeDirectionFlags