Click or drag to resize

CameraWedgeBarcodeOrientation Class

The is an enumeration defining the orientation of the barcode generated by the camera wedge.
Inheritance Hierarchy
System.Object
Com.Datalogic.Decode.Configuration.CameraWedgeBarcodeOrientation

Namespace: Com.Datalogic.Decode.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class CameraWedgeBarcodeOrientation : Enum

The CameraWedgeBarcodeOrientation type exposes the following members.

Properties
NameDescription
Public propertyAuto
The barcode orientation depends on the device current rotation.
Public propertyJniPeerMembers
To be added.
Public propertyLandscape
The barcode is always in landscape orientation.
Public propertyPortrait
The barcode is always in portrait orientation.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
The CameraWedgeBarcodeOrientation is an enumeration defining the orientation of the barcode generated by the camera wedge.

[Android Documentation]

See Also