Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
MinQuietZoneWidth
is a parameter to specify the minimum width (in moduleSize) of the barcode quiet zone. It is defined as below:
Value Type | Value Range | Default Value |
---|---|---|
int | [0, 0x7fffffff] | 4 |
Remarks
MinQuietZoneWidth
is supported to be set through JSON template.
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
}
MinQuietZoneWidth
has no influence on the Speed.
Setting MinQuietZoneWidth
to a appropriate number for barcodes with narrow quiet zone may improve the Read Rate.
MinQuietZoneWidth
has no influence on the Accuracy.
latest version