DataMatrixEccType
Contents
[
Hide
]DataMatrixEccType enum
Namespace: Aspose.Barcode.Generation
Specify the type of the ECC to encode.
Enum Values
| Name | Value | Description |
|---|---|---|
| ECC_000 | "1" | Specifies that encoded Ecc type is defined ECC 000. |
| ECC_050 | "2" | Specifies that encoded Ecc type is defined ECC 050. |
| ECC_080 | "3" | Specifies that encoded Ecc type is defined ECC 080. |
| ECC_100 | "4" | Specifies that encoded Ecc type is defined ECC 100. |
| ECC_140 | "5" | Specifies that encoded Ecc type is defined ECC 140. |
| ECC_200 | "6" | Specifies that encoded Ecc type is defined ECC 200. Recommended to use. |
| ECC_AUTO | "0" | Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200. |
ECC_000
Value: "1"
Specifies that encoded Ecc type is defined ECC 000.
ECC_050
Value: "2"
Specifies that encoded Ecc type is defined ECC 050.
ECC_080
Value: "3"
Specifies that encoded Ecc type is defined ECC 080.
ECC_100
Value: "4"
Specifies that encoded Ecc type is defined ECC 100.
ECC_140
Value: "5"
Specifies that encoded Ecc type is defined ECC 140.
ECC_200
Value: "6"
Specifies that encoded Ecc type is defined ECC 200. Recommended to use.
ECC_AUTO
Value: "0"
Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200.