Click or drag to resize

DatamatrixOpMode Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationDatamatrixOpMode

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

The DatamatrixOpMode type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberFast
Fast decoding with good quality.
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberRobust
Robust decoding.
Public propertyStatic memberVeryFast
Very fast decoding with very good quality.
Public propertyStatic memberVeryRobust
Very robust decoding with low performance.
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
DatamatrixOpMode is an enumeration defining the allowed operating mode for datamatrix barcodes. The operating mode can provide an improvement of decoding performance, but the decoding robustness can decrease with the performance improvement. Therefore FAST and VERY FAST mode should be set only in case of barcode printed with good quality. ROBUST and VERY ROBUST are suggested for DPM applications. The type is one of:
VERY FASTBest performance with lowest robustness.
FASTGood performance.
ROBUSTLower performance with good robustness.
VERY ROBUSTWorst performance with highest robustness.

[Android Documentation]

See Also