DataMatrixEccType Enumeration

Specify the type of the ECC to encode.

Namespace:  Aspose.BarCode
Assembly:  Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntax
public enum DataMatrixEccType
Members
  Member nameValueDescription
EccAuto0 Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200.
Ecc0001 Specifies that encoded Ecc type is defined ECC 000.
Ecc0502 Specifies that encoded Ecc type is defined ECC 050.
Ecc0803 Specifies that encoded Ecc type is defined ECC 080.
Ecc1004 Specifies that encoded Ecc type is defined ECC 100.
Ecc1405 Specifies that encoded Ecc type is defined ECC 140.
Ecc2006 Specifies that encoded Ecc type is defined ECC 200. Recommended to use.
See Also