| layout | default-layout |
|---|---|
| title | ModuleSizeRangeArray - Dynamsoft Barcode Reader Parameters |
| description | The parameter ModuleSizeRangeArray of Dynamsoft Barcode Reader defines the range of module size (in pixels) while barcode searching and result filtering. |
| keywords | ModuleSizeRangeArray , parameter reference, parameter |
| needGenerateH3Content | true |
| needAutoGenerateSidebar | true |
| noTitleIndex | true |
Parameter ModuleSizeRangeArray defines the range of module size (in pixels) while barcode searching and result filtering.
{
"ModuleSizeRangeArray":
[
{
"MinValue": 3,
"MaxValue": 20
}
]
}Parameter ModuleSizeRangeArray consist of a group of barcode module size range objects. Each object includes the maximum and minimum value of the barcode module size range.
| Child Parameter Name | Child Parameter Summary |
|---|---|
| MinValue |
Description Defines the MinValue of the barcode module size range. |
| Type int |
|
| Range [0,0x7fffffff] |
|
| MaxValue |
Description Defines the MaxValue of the barcode module size range. |
| Type int |
|
| Range [0,0x7fffffff] |
If the ModuleSizeRangeArray is not configured in your template file, the following settings will be used as the default settings.
{
"ModuleSizeRangeArray": []
}