Click or drag to resize

CameraWedgeBarcodePosition Class

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

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 CameraWedgeBarcodePosition : Enum

The CameraWedgeBarcodePosition type exposes the following members.

Properties
NameDescription
Public propertyCentered
The barcode is always centered inside the frame.
Public propertyCustom
The barcode is positioned depending on the specified X and Y coordinates.
Public propertyJniPeerMembers
To be added.
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 CameraWedgeBarcodePosition is an enumeration defining the position of the barcode generated by the camera wedge.

[Android Documentation]

See Also