- java.lang.Object
-
- java.lang.Enum
-
- com.aspose.barcode.barcoderecognition.recognition.recognitionsession.Orientation
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
static int |
NoRotate
Orientation 0 degree clockwise.
|
static int |
Rotate180
Orientation 180 degree clockwise.
|
static int |
Rotate270
Orientation 270 degree clockwise.
|
static int |
Rotate90
Orientation 90 degree clockwise.
|
-
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