LEADTOOLS Barcode (Leadtools.Barcode assembly)

BarcodeDirectionFlags Enumeration

Show in webframe







Obsolete: 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 BarcodeDirectionFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.Barcode.Deprecated.BarcodeDirectionFlags = function() { };
Leadtools.Barcode.Deprecated.BarcodeDirectionFlags.prototype = {
None = 0x00000000, LeftToRight = 0x00000001, RightToLeft = 0x00000002, TopToBottom = 0x00000004, BottomToTop = 0x00000008, Skew = 0x00000010, Horizontal = 0x00000020, Vertical = 0x00000040, Diagonal = 0x00000080, };
[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.Barcode.Deprecated.BarcodeDirectionFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Barcode.Deprecated Namespace

 

 


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

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features