com.aspose.barcoderecognition
Class Orientation

java.lang.Object
  extended by com.aspose.ms.System.Enum
      extended by com.aspose.barcoderecognition.Orientation

public final class Orientation
extends com.aspose.ms.System.Enum

Orientation hints.


Field Summary
static int NoRotate
           No rotation.
static int Rotate180
           Rotate image by 180 degress clockwise.
static int Rotate270
           Rotate image by 270 degress clockwise.
static int Rotate90
           Rotate image by 90 degress clockwise.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NoRotate

public static final int NoRotate

No rotation.

See Also:
Constant Field Values

Rotate180

public static final int Rotate180

Rotate image by 180 degress clockwise.

See Also:
Constant Field Values

Rotate270

public static final int Rotate270

Rotate image by 270 degress clockwise.

See Also:
Constant Field Values

Rotate90

public static final int Rotate90

Rotate image by 90 degress clockwise.

See Also:
Constant Field Values