Aspose.Barcode for Python via Java Generation and Recognition API docs
DataMatrixEccType Class Reference

Specify the type of the ECC to encode. More...

Inherits Enum.

Static Public Attributes

int ECC_AUTO = 0
 
int ECC_000 = 1
 
int ECC_050 = 2
 
int ECC_080 = 3
 
int ECC_100 = 4
 
int ECC_140 = 5
 
int ECC_200 = 6
 

Detailed Description

Specify the type of the ECC to encode.

Member Data Documentation

◆ ECC_000

int ECC_000 = 1
static

◆ ECC_050

int ECC_050 = 2
static

◆ ECC_080

int ECC_080 = 3
static

◆ ECC_100

int ECC_100 = 4
static

◆ ECC_140

int ECC_140 = 5
static

◆ ECC_200

int ECC_200 = 6
static

◆ ECC_AUTO

int ECC_AUTO = 0
static