←Select platform

BarcodeDirectionFlags Enumeration

Summary

Obsolete: Flags that identify the barcode direction, used when reading linear and PDF417 barcodes.

Syntax

C#
VB
C++
[FlagsAttribute()] 
public enum BarcodeDirectionFlags   
<FlagsAttribute()> 
Public Enum BarcodeDirectionFlags  
    
    
[FlagsAttribute()] 
public enum class BarcodeDirectionFlags   

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.
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.Barcode Assembly