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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The barcode orientation depends on the device current rotation.
The barcode is always in landscape orientation.
The barcode is always in portrait orientation.