Click or drag to resize

CameraWedgeBarcodeType Class

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

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

The CameraWedgeBarcodeType type exposes the following members.

Properties
NameDescription
Public propertyDatamatrix
Convert in the Datamatrix symbology.
Public propertyJniPeerMembers
To be added.
Public propertyNative
Keep the symbology of the original barcode.
Public propertyQrcode
Convert in the QR Code symbology.
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 CameraWedgeBarcodeType is an enumeration defining the symbology of the barcode generated by the camera wedge.

[Android Documentation]

See Also