Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Specify the type of the ECC to encode. More...
Inherits Enum.
Static Public Attributes | |
int | ECC_000 = 1 |
Specifies that encoded Ecc type is defined ECC 000. More... | |
int | ECC_050 = 2 |
Specifies that encoded Ecc type is defined ECC 050. More... | |
int | ECC_080 = 3 |
Specifies that encoded Ecc type is defined ECC 080. More... | |
int | ECC_100 = 4 |
Specifies that encoded Ecc type is defined ECC 100. More... | |
int | ECC_140 = 5 |
Specifies that encoded Ecc type is defined ECC 140. More... | |
int | ECC_200 = 6 |
Specifies that encoded Ecc type is defined ECC 200. More... | |
int | ECC_AUTO = 0 |
Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200. More... | |
Specify the type of the ECC to encode.
|
static |
Specifies that encoded Ecc type is defined ECC 000.
|
static |
Specifies that encoded Ecc type is defined ECC 050.
|
static |
Specifies that encoded Ecc type is defined ECC 080.
|
static |
Specifies that encoded Ecc type is defined ECC 100.
|
static |
Specifies that encoded Ecc type is defined ECC 140.
|
static |
Specifies that encoded Ecc type is defined ECC 200.
Recommended to use.
|
static |
Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200.