Documentation
Table of contents

BarcodeAngleRangeArray

Parameter BarcodeAngleRangeArray defines the range of angles (in degrees) for barcodes searching and result filtering.

Example

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

Parameter Summary

Parameter BarcodeAngleRangeArray consist of a group of barcode rotation angle range objects. Each barcode angle range 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]

Default Settings

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": []
}

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version (2.2.20)
    • Version 2.x
      • Version 2.2.10
      • Version 2.2.0
      • Version 2.0.30
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support