Leadtools.Services.Barcode.DataContracts Namespace : BarcodeDirectionFlags Enumeration |
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeDirectionFlags")] [FlagsAttribute()] public enum BarcodeDirectionFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeDirectionFlags")> <FlagsAttribute()> Public Enum BarcodeDirectionFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As BarcodeDirectionFlags
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeDirectionFlags")] [FlagsAttribute()] public enum BarcodeDirectionFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Services.Barcode.DataContracts.BarcodeDirectionFlags = function() { }; Leadtools.Services.Barcode.DataContracts.BarcodeDirectionFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeDirectionFlags")] [FlagsAttribute()] public enum class BarcodeDirectionFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
BottomToTop | Reads from bottom to top across the image. |
Diagonal | Reads in a diagonal or skewed direction. |
Horizontal | Reads horizontally (left to right and right to left). |
LeftToRight | Reads from left to right across the image. |
None | No direction are flags used. |
RightToLeft | Reads from right to left across the image. |
Skew | Reads in a skewed or diagonal direction. |
TopToBottom | Reads from top to bottom across the image. |
Vertical | Reads vertically (top to bottom and bottom to top). |
System.Object
System.ValueType
System.Enum
Leadtools.Services.Barcode.DataContracts.BarcodeDirectionFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2