Leadtools.Services.Barcode.DataContracts Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
BarcodeDirectionFlags Enumeration
See Also  
Leadtools.Services.Barcode.DataContracts Namespace : BarcodeDirectionFlags Enumeration



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 Enum
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 : Enum 
C++/CLI 
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeDirectionFlags")]
[FlagsAttribute()]
public enum class BarcodeDirectionFlags : public Enum 

Members

MemberDescription
None No direction are 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.

Inheritance Hierarchy

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

Requirements

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

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