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