# MinQuietZoneWidth

`MinQuietZoneWidth` defines the minimum width (in moduleSize) of the barcode quiet zone.

## JSON Structure

**Location in template:**
```
BarcodeFormatSpecificationOptions[i]
    └── MinQuietZoneWidth
```

**Parent object:** [BarcodeFormatSpecification](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/barcode-format-specification/index.md) object

**Example:**

```json
{
    "MinQuietZoneWidth": 1
}
```

> [!NOTE]
> - This snippet shows only the `MinQuietZoneWidth` 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 `MinQuietZoneWidth` is shown as follow:

| MinQuietZoneWidth  Parameter Details |
| :--------------------------------- |
| **Type**<br>*int* |
| **Range**<br>[0, 0x7fffffff] |
| **Default Value**<br> 4|

**Remarks**

- The unit is a multiplier of the barcode module size. For example, if barcode module is 2px and MinQuietZoneWidth is 4, then the width of quiet zone is 8px.
- This parameter is valid only for OneD barcode formats.

