|
com.aspose.barcode
Class Orientation
java.lang.Object
com.aspose.barcode.Orientation
public class Orientation - extends java.lang.Object
Orientation of the expected barcode in barcode recognition
|
Field Summary |
static int |
East
BarCode facing east, scanning from left to right of an image. |
static int |
North
BarCode facing north, scanning from bottom to top of an image. |
static int |
South
BarCode facing south, scanning from top to bottom of an image. |
static int |
West
BarCode facing west, scanning from right to left of an image. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
East
public static final int East
- BarCode facing east, scanning from left to right of an image.
- See Also:
- Constant Field Values
West
public static final int West
- BarCode facing west, scanning from right to left of an image.
- See Also:
- Constant Field Values
South
public static final int South
- BarCode facing south, scanning from top to bottom of an image.
- See Also:
- Constant Field Values
North
public static final int North
- BarCode facing north, scanning from bottom to top of an image.
- See Also:
- Constant Field Values
Orientation
public Orientation()
|