Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum BarcodeDirectionFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum BarcodeDirectionFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum BarcodeDirectionFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class BarcodeDirectionFlags : public Enum |
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 Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family