Formats of DataMatrix codes to recognize.
More...
Inherits object.
|
int | All = 32767 |
| All Data Matrix formats.
|
|
int | Ascii = 16 |
| ASCII Data Matrix format.
|
|
int | Base11 = 1 |
| Base 11 Data Matrix format.
|
|
int | Base27 = 2 |
| Base 27 Data Matrix format.
|
|
int | Base37 = 4 |
| Base 37 Data Matrix format.
|
|
int | Base41 = 8 |
| Base 41 Data Matrix format.
|
|
int | Binary = 32 |
| Binary Data Matrix format.
|
|
Formats of DataMatrix codes to recognize.
Different formats may be combined using '|'.