Click or drag to resize

QRMirror Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationQRMirror

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 sealed class QRMirror : Enum

The QRMirror type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBoth
Regular and Mirror
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberMirrorOnly
Mirror decoding mode
Public propertyStatic memberRegularOnly
Regular decoding mode
Top
Methods
  NameDescription
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
QRMirror is an enumeration defining the decoding mode for regular/mirror QR barcodes. This enumeration specifies the allowed options. The type is one of:
REGULAR ONLYOnly regular QR Code is allowed.
MIRROR ONLYOnly mirrored QR Code is allowed.
BOTHBoth regular and mirrored QR Codes are allowed.

[Android Documentation]

See Also