Click or drag to resize

DatamatrixAggressiveness Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationDatamatrixAggressiveness

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

The DatamatrixAggressiveness type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberHigh
High aggressiveness for decoding poor quality barcodes.
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberLow
Low aggressiveness for decoding good quality barcodes.
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
DatamatrixAggressiveness is an enumeration defining the allowed aggressive mode for Datamatrix barcodes. The aggressive mode can provide an improvement of decoding performance, but the decoding robustness can decrease with the performance improvement. Therefore LOW aggressive mode should be set in case of barcode printed with good quality. HIGH is suggested to improve performance in case of barcode printed with poor quality. The type is one of:
LOWLow aggressiveness with high robustness.
HIGHHigh aggressiveness, but robustness worsening.

[Android Documentation]

See Also