com.aspose.barcoderecognition
Class BarCodeOrientation

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.barcoderecognition.BarCodeOrientation
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class BarCodeOrientation
extends java.lang.Enum

The orientation of the recognized com.aspose.barcode.

See Also:
Serialized Form

Field Summary
static int DownToTop
          
static int LeftToRight
          
static int RightToLeft
          
static int TopToDown
          
static int UnKnow
           UnKnow
 
Method Summary
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DownToTop

public static final int DownToTop

See Also:
Constant Field Values

LeftToRight

public static final int LeftToRight

See Also:
Constant Field Values

RightToLeft

public static final int RightToLeft

See Also:
Constant Field Values

TopToDown

public static final int TopToDown

See Also:
Constant Field Values

UnKnow

public static final int UnKnow

UnKnow

See Also:
Constant Field Values