DataMatrixEccType

DataMatrixEccType enumeration

Specify the type of the ECC to encode.

public enum DataMatrixEccType

Values

NameValueDescription
ECC_AUTO0Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200.
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.

See Also