| layout | default-layout |
|---|---|
| title | BarcodeAngleRangeArray - Dynamsoft Barcode Reader Parameters |
| description | The parameter BarcodeAngleRangeArray of Dynamsoft Barcode Reader helps specify the encoding table used to code the Customer Information Field of Australian Post Customer Barcode. |
| keywords | BarcodeAngleRangeArray , parameter reference, parameter |
| needGenerateH3Content | true |
| needAutoGenerateSidebar | true |
| noTitleIndex | true |
Parameter BarcodeAngleRangeArray defines the range of angles (in degrees) for barcodes searching and result filtering.
{
"BarcodeAngleRangeArray":
[
{
"MinValue": 100,
"MaxValue": 200
}
]
}Parameter BarcodeAngleRangeArray consist of a group of barcode rotation angle range objects. Each object includes the maximum and minimum value of the barcode rotation angle range.
| Child Parameter Name | Child Parameter Summary |
|---|---|
| MinValue |
Description Defines the MinValue of the barcode rotation angle range. |
| Type int |
|
| Range [0,360] |
|
| MaxValue |
Description Defines the MaxValue of the barcode rotation angle range. |
| Type int |
|
| Range [0,360] |
Parameter BarcodeAngleRangeArray is not set by default which means there is no limitation on the barcode angles. If the BarcodeAngleRangeArray is not configured in your template file, the following settings will be used as the default settings.
{
"BarcodeAngleRangeArray": []
}