DatamatrixOpMode Class |
Namespace: Com.Datalogic.Decode.Configuration
The DatamatrixOpMode type exposes the following members.
Name | Description | |
---|---|---|
Fast | Fast decoding with good quality. | |
JniPeerMembers | To be added. | |
Robust | Robust decoding. | |
VeryFast | Very fast decoding with very good quality. | |
VeryRobust | Very robust decoding with low performance. |
Name | Description | |
---|---|---|
ValueOf | Returns the enum constant of this type with the specified name. | |
Values | Returns an array containing the constants of this enum type, in
the order they are declared. |
VERY FAST | Best performance with lowest robustness. |
FAST | Good performance. |
ROBUST | Lower performance with good robustness. |
VERY ROBUST | Worst performance with highest robustness. |