| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.decode.configuration.CameraWedgeBarcodeOrientation | |
The CameraWedgeBarcodeOrientation is an enumeration defining the orientation
 of the barcode generated by the camera wedge.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CameraWedgeBarcodeOrientation | AUTO | The barcode orientation depends on the device current rotation. | |||||||||
| CameraWedgeBarcodeOrientation | LANDSCAPE | The barcode is always in landscape orientation. | |||||||||
| CameraWedgeBarcodeOrientation | PORTRAIT | The barcode is always in portrait orientation. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Enum
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  java.lang.Comparable
 | |||||||||||
The barcode orientation depends on the device current rotation.
The barcode is always in landscape orientation.
The barcode is always in portrait orientation.