Static Public Attributes | List of all members
DataMatrixFormats Class Reference

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...
 

Detailed Description

Formats of DataMatrix codes to recognize.

Different formats may be combined using '|'.

Member Data Documentation

◆ All

int All = 32767
static

All Data Matrix formats.

◆ Ascii

int Ascii = 16
static

ASCII Data Matrix format.

◆ Base11

int Base11 = 1
static

Base 11 Data Matrix format.

◆ Base27

int Base27 = 2
static

Base 27 Data Matrix format.

◆ Base37

int Base37 = 4
static

Base 37 Data Matrix format.

◆ Base41

int Base41 = 8
static

Base 41 Data Matrix format.

◆ Binary

int Binary = 32
static

Binary Data Matrix format.