DataMatrixEccType

DataMatrixEccType enum

Module: aspose_barcode.generation.data_matrix_ecc_type

Specify the type of the ECC to encode.

Enum Values

NameValueDescription
ECC_0001Specifies that encoded Ecc type is defined ECC 000.
ECC_0502Specifies that encoded Ecc type is defined ECC 050.
ECC_0803Specifies that encoded Ecc type is defined ECC 080.
ECC_1004Specifies that encoded Ecc type is defined ECC 100.
ECC_1405Specifies that encoded Ecc type is defined ECC 140.
ECC_2006Specifies that encoded Ecc type is defined ECC 200. Recommended to use.
ECC_AUTO0Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200.

DataMatrixEccType.ECC_000

Type: int

Value: 1

Specifies that encoded Ecc type is defined ECC 000.

DataMatrixEccType.ECC_050

Type: int

Value: 2

Specifies that encoded Ecc type is defined ECC 050.

DataMatrixEccType.ECC_080

Type: int

Value: 3

Specifies that encoded Ecc type is defined ECC 080.

DataMatrixEccType.ECC_100

Type: int

Value: 4

Specifies that encoded Ecc type is defined ECC 100.

DataMatrixEccType.ECC_140

Type: int

Value: 5

Specifies that encoded Ecc type is defined ECC 140.

DataMatrixEccType.ECC_200

Type: int

Value: 6

Specifies that encoded Ecc type is defined ECC 200. Recommended to use.

DataMatrixEccType.ECC_AUTO

Type: int

Value: 0

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