Enum DataMatrixEccType

DataMatrixEccType enumeration

Specify the type of the ECC to encode.

public enum DataMatrixEccType

Values

NameValueDescription
EccAuto0Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200.
Ecc0001Specifies that encoded Ecc type is defined ECC 000.
Ecc0502Specifies that encoded Ecc type is defined ECC 050.
Ecc0803Specifies that encoded Ecc type is defined ECC 080.
Ecc1004Specifies that encoded Ecc type is defined ECC 100.
Ecc1405Specifies that encoded Ecc type is defined ECC 140.
Ecc2006Specifies that encoded Ecc type is defined ECC 200. Recommended to use.

See Also