Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
ModuleSizeRangeArray
is a parameter to specify the range of module size (in pixels) for barcodes searching and result filtering. It is not set by default which means there is no limitation on the barcode module size.
ModuleSizeRangeArray
is supported to be set through JSON template.
ModuleSizeRangeArray
as a JSON parameter is a JSON Object array defined as below.
Key Name | Key Value |
---|---|
ModuleSizeRangeArray | a JSON Object defined as below |
Key Name | Key Value | Description |
---|---|---|
MinValue | A number from [0, 360] | Sets the minimum barcode module size. |
MaxValue | A number from [0, 360] | Sets the maximum barcode module size. |
JSON Example
{
"ModuleSizeRangeArray": [
{
"MinValue": 3,
"MaxValue": 20
}
]
}
Enabling ModuleSizeRangeArray
for filtering may speed up the process.
Enabling ModuleSizeRangeArray
to filter out results may reduce the Read Rate.
Enabling ModuleSizeRangeArray
to filter out barcodes with small module size may improve the Accuracy.
latest version