Skip to content

Latest commit

 

History

History
73 lines (63 loc) · 2.11 KB

barcode-height-range-array.md

File metadata and controls

73 lines (63 loc) · 2.11 KB
layout title description keywords needGenerateH3Content needAutoGenerateSidebar noTitleIndex permalink
default-layout
BarcodeHeightRangeArray - Dynamsoft Barcode Reader Parameters
The parameter BarcodeHeightRangeArray of Dynamsoft Barcode Reader defines the range of heights (in pixels) for barcodes searching and result filtering.
BarcodeHeightRangeArray , parameter reference, parameter
true
true
true
/parameters/reference/barcode-format-specification/barcode-height-range-array.html

BarcodeHeightRangeArray

Parameter BarcodeHeightRangeArray defines the range of heights (in pixels) for barcodes searching and result filtering.

Example

{
    "BarcodeHeightRangeArray": 
    [
        {
            "MinValue": 100,
            "MaxValue": 200
        }
    ]
}

Parameter Summary

Parameter BarcodeHeightRangeArray consist of a group of barcode height range objects. Each barcode angle range object includes the maximum and minimum value of the barcode height range.

Child Parameter Name Child Parameter Summary
MinValue
Description
Defines the MinValue of the barcode height range.
Type
int
Range
[0,0x7fffffff]
MaxValue
Description
Defines the MaxValue of the barcode height range.
Type
int
Range
[0,0x7fffffff]

Default Settings

If the BarcodeHeightRangeArray is not configured in your template file, the following settings will be used as the default settings.

{
    "BarcodeHeightRangeArray ": []
}