LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
BarcodeDirectionFlags Enumeration
See Also  
Leadtools.Services.Barcode.DataContracts Namespace : BarcodeDirectionFlags Enumeration



The BarcodeDirectionFlags Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.

Flags that identify the barcode direction. This is used when reading linear and PDF417 barcodes.

Syntax

Visual Basic (Declaration) 
<DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeDirectionFlags")>
<FlagsAttribute()>
Public Enum BarcodeDirectionFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As BarcodeDirectionFlags
C# 
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeDirectionFlags")]
[FlagsAttribute()]
public enum BarcodeDirectionFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeDirectionFlags")]
[FlagsAttribute()]
public enum class BarcodeDirectionFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
BottomToTopRead from bottom to top across the image.
DiagonalRead in a diagonal or skewed direction.
HorizontalRead horizontally (left to right and right to left).
LeftToRightRead from left to right across the image.
NoneNo direction are flags used.
RightToLeftRead from right to left across the image.
SkewRead in a skewed or diagonal direction.
TopToBottomRead from top to bottom across the image.
VerticalRead vertically (top to bottom and bottom to top).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Services.Barcode.DataContracts.BarcodeDirectionFlags

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: Imaging Pro/Document/Medical Features