DataMatrixEccType Enumeration |
Specify the type of the ECC to encode.
Namespace:
Aspose.BarCode
Assembly:
Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntaxpublic enum DataMatrixEccType
Public Enumeration DataMatrixEccType
public enum class DataMatrixEccType
Members|
| Member name | Value | Description |
|---|
| EccAuto | 0 |
Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200.
|
| Ecc000 | 1 |
Specifies that encoded Ecc type is defined ECC 000.
|
| Ecc050 | 2 |
Specifies that encoded Ecc type is defined ECC 050.
|
| Ecc080 | 3 |
Specifies that encoded Ecc type is defined ECC 080.
|
| Ecc100 | 4 |
Specifies that encoded Ecc type is defined ECC 100.
|
| Ecc140 | 5 |
Specifies that encoded Ecc type is defined ECC 140.
|
| Ecc200 | 6 |
Specifies that encoded Ecc type is defined ECC 200. Recommended to use.
|
See Also