Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

BarcodeDirectionFlags Enumeration








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.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As BarcodeDirectionFlags
[FlagsAttribute()]
public enum BarcodeDirectionFlags : System.IComparable, System.IConvertible, System.IFormattable  
Leadtools.Barcode.Deprecated.BarcodeDirectionFlags = function() { };
Leadtools.Barcode.Deprecated.BarcodeDirectionFlags.prototype = {<br/>
  LeadtoolsMemberMarker(replace me)
 };
[FlagsAttribute()]
public enum class BarcodeDirectionFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None No direction flags used.
0x00000001LeftToRight Read from left to right across the image.
0x00000002RightToLeft Read from right to left across the image.
0x00000004TopToBottom Read from top to bottom across the image.
0x00000008BottomToTop Read from bottom to top across the image.
0x00000010Skew Read in a skewed or diagonal direction.
0x00000020Horizontal Read horizontally (left to right and right to left).
0x00000040Vertical Read vertically (top to bottom and bottom to top).
0x00000080Diagonal Read 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

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