BarcodeDirectionFlags Enumeration
Summary
These flags identify the barcode direction. Used when reading linear and PDF417 barcodes.
Syntax
[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 BarcodeDirectionFlags
Inherits System.Enum
Implements 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. |