LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

BarcodeDirectionFlags Enumeration

Show in webframe





Flags that identify the barcode direction, used when reading linear and PDF417 barcodes.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum BarcodeDirectionFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As BarcodeDirectionFlags

            

            
[FlagsAttribute()]
public enum class BarcodeDirectionFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo direction flags used.
0x00000001LeftToRightRead from left to right across the image.
0x00000002RightToLeftRead from right to left across the image.
0x00000004TopToBottomRead from top to bottom across the image.
0x00000008BottomToTopRead from bottom to top across the image.
0x00000010SkewRead in a skewed or diagonal direction.
0x00000020HorizontalRead horizontally (left to right and right to left).
0x00000040VerticalRead vertically (top to bottom and bottom to top).
0x00000080DiagonalRead in a diagonal or skewed direction.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Workflow.Barcode.BarcodeDirectionFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Workflow.Barcode Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.