EnableDataMatrixECC000-140
EnableDataMatrixECC000-140
determines whether to decode DataMatrix ECC000-140 barcodes. It is defined as below:
Value Type | Value Range | Default Value | Template Structure Type |
---|---|---|---|
int | [0, 1] | 0 | FormatSpecification |
Remarks
- 0: Do not decode DataMatrix ECC000-140 barcodes.
- 1: Decode DataMatrix ECC000-140 barcodes.
- It is valid only for DataMatrix.
Setting Methods
EnableDataMatrixECC000-140
can be set via JSON template.
As JSON Parameter
EnableDataMatrixECC000-140
as a JSON parameter is an int value defined as below.
Key Name | Key Value |
---|---|
EnableDataMatrixECC000-140 | 0 or 1 |
JSON Example
{
"EnableDataMatrixECC000-140": 1
}