Click or drag to resize

DatamatrixMirror Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationDatamatrixMirror

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

The DatamatrixMirror 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
DatamatrixMirror is an enumeration defining the decoding mode for regular/mirror Data Matrix barcodes. This enumeration specifies the allowed options. The type is one of:
REGULAR ONLYOnly regular Data Matrix is allowed.
MIRROR ONLYOnly mirrored Data Matrix is allowed.
BOTHBoth regular and mirrored Data Matrix are allowed.

[Android Documentation]

See Also