Aspose.BarCode for Python via Java  24.11
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_000 = 1
 Specifies that encoded Ecc type is defined ECC 000. More...
 
int ECC_050 = 2
 Specifies that encoded Ecc type is defined ECC 050. More...
 
int ECC_080 = 3
 Specifies that encoded Ecc type is defined ECC 080. More...
 
int ECC_100 = 4
 Specifies that encoded Ecc type is defined ECC 100. More...
 
int ECC_140 = 5
 Specifies that encoded Ecc type is defined ECC 140. More...
 
int ECC_200 = 6
 Specifies that encoded Ecc type is defined ECC 200. More...
 
int ECC_AUTO = 0
 Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200. More...
 

Detailed Description

Specify the type of the ECC to encode.

Member Data Documentation

◆ ECC_000

int ECC_000 = 1
static

Specifies that encoded Ecc type is defined ECC 000.

◆ ECC_050

int ECC_050 = 2
static

Specifies that encoded Ecc type is defined ECC 050.

◆ ECC_080

int ECC_080 = 3
static

Specifies that encoded Ecc type is defined ECC 080.

◆ ECC_100

int ECC_100 = 4
static

Specifies that encoded Ecc type is defined ECC 100.

◆ ECC_140

int ECC_140 = 5
static

Specifies that encoded Ecc type is defined ECC 140.

◆ ECC_200

int ECC_200 = 6
static

Specifies that encoded Ecc type is defined ECC 200.

Recommended to use.

◆ ECC_AUTO

int ECC_AUTO = 0
static

Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200.