Leadtools.Barcode.Deprecated 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 BarcodeDirectionFlags : System.IComparable, System.IConvertible, System.IFormattable
ObjectiveC Syntax
Java Syntax
Leadtools.Barcode.Deprecated.BarcodeDirectionFlags = function() { }; Leadtools.Barcode.Deprecated.BarcodeDirectionFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class BarcodeDirectionFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
BottomToTop | Read from bottom to top across the image. |
Diagonal | Read in a diagonal or skewed direction. |
Horizontal | Read horizontally (left to right and right to left). |
LeftToRight | Read from left to right across the image. |
None | No direction flags used. |
RightToLeft | Read from right to left across the image. |
Skew | Read in a skewed or diagonal direction. |
TopToBottom | Read from top to bottom across the image. |
Vertical | Read vertically (top to bottom and bottom to top). |
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.Deprecated.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