Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum BarcodeDirectionFlags Inherits Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum BarcodeDirectionFlags : Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class BarcodeDirectionFlags : public Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
None | No direction flags used. |
LeftToRight | Read from left to right across the image. |
RightToLeft | Read from right to left across the image. |
TopToBottom | Read from top to bottom across the image. |
BottomToTop | Read from bottom to top across the image. |
Skew | Read in a skewed or diagonal direction. |
Horizontal | Read horizontally (left to right and right to left). |
Vertical | Read vertically (top to bottom and bottom to top). |
Diagonal | Read in a diagonal or skewed direction. |
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.BarcodeDirectionFlags
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6