←Select platform

BarcodeDirectionFlags Enumeration

Summary

These flags identify the barcode direction. Used when reading linear and PDF417 barcodes.

Syntax

C#
VB
C++
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeDirectionFlags")] 
[FlagsAttribute()] 
public enum BarcodeDirectionFlags 
  
<FlagsAttribute()> 
<DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeDirectionFlags")> 
Public Enum BarcodeDirectionFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeDirectionFlags")] 
public enum class BarcodeDirectionFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0x00000000NoneNo direction are flags used.
0x00000001LeftToRightReads from left to right across the image.
0x00000002RightToLeftReads from right to left across the image.
0x00000004TopToBottomReads from top to bottom across the image.
0x00000008BottomToTopReads from bottom to top across the image.
0x00000010SkewReads in a skewed or diagonal direction.
0x00000020HorizontalReads horizontally (left to right and right to left).
0x00000040VerticalReads vertically (top to bottom and bottom to top).
0x00000080DiagonalReads in a diagonal or skewed direction.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly