Click or drag to resize

MsiAggressiveness Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationMsiAggressiveness

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

The MsiAggressiveness 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.
Public propertyStatic memberMedium
Medium aggressiveness for decoding barcodes with a balances robustness.
Public propertyStatic memberVeryHigh
Very high aggressiveness for decoding very poor quality barcodes.
Public propertyStatic memberVeryLow
Very low aggressiveness for decoding very 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
MsiAggressiveness is an enumeration defining the allowed aggressive mode for MSI barcodes. The aggressive mode can provide an improvement of decoding performance, but the decoding robustness can decrease with the performance improvement. Therefore LOW and VERY LOW aggressive mode should be set only in case of barcode printed with good quality. HIGH and VERY HIGH are suggested to improve performance in case of barcode printed with very poor quality. The type is one of:
VERY_LOWVery low aggressiveness with very high robustness.
LOWLow aggressiveness with high robustness.
MEDIUMBalance between performance and robustness.
HIGHHigh aggressiveness, but robustness worsening.
VERY HIGHWorst robustness to improve performance to decode barcode printed with very poor quality.

[Android Documentation]

See Also