MinQuietZoneWidth
MinQuietZoneWidth
defines the minimum width (in moduleSize) of the barcode quiet zone. It is defined as below:
Value Type | Value Range | Default Value | Template Structure Type |
---|---|---|---|
int | [0, 0x7fffffff] | 4 | FormatSpecification |
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.
Setting Methods
MinQuietZoneWidth
can be set via JSON template.
As JSON Parameter
MinQuietZoneWidth
as a JSON parameter is a number value defined as below.
Key Name | Key Value |
---|---|
MinQuietZoneWidth | A number from [0, 0x7fffffff] |
JSON Example
{
"MinQuietZoneWidth": 1
}