# EnableDataMatrixECC000-140

Parameter `EnableDataMatrixECC000-140` defines whether to read Data Matrix ECC000-140 barcode.

## JSON Structure

**Location in template:**
```
BarcodeFormatSpecificationOptions[i]
    └── EnableDataMatrixECC000-140
```

**Parent object:** [BarcodeFormatSpecification](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/barcode-format-specification/index.md) object

**Example:**

```json
{
    "EnableDataMatrixECC000-140": 1
}
```

> [!NOTE]
> - This snippet shows only the `EnableDataMatrixECC000-140` parameter.
> - To use it, embed this parameter within a [BarcodeFormatSpecification](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/barcode-format-specification/index.md) object.
> - For the complete JSON structure, see:
>   - [Full JSON Structure](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/index.md#full-json-structure)
>   - [Minimal Valid JSON](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/index.md#minimal-valid-json-example)

## Parameter Details

The structure of the `EnableDataMatrixECC000-140` is shown as follow:

| EnableDataMatrixECC000-140  Parameter Details |
| :--------------------------------- |
| **Type**<br>*int* |
| **Range**<br>[0, 1] |
| **Default Value**<br>0 |

**Remarks**

- 0: Do not read Data Matrix ECC000-140 barcode.
- 1: Read Data Matrix ECC000-140 barcode.
