Documentation
Table of contents
Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.

BarcodeBytesLengthRangeArray

Parameter BarcodeBytesLengthRangeArray defines the range of barcode bytes length for barcodes searching and result filtering.

Example

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

Parameter Summary

Parameter BarcodeBytesLengthRangeArray consist of a group of barcode bytes length range objects. Each barcode angle range object includes the maximum and minimum value of the barcode bytes length range.

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

Default Settings

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

{
    "BarcodeBytesLengthRangeArray ": []
}

Is this page helpful?

YesYes NoNo

In this article:

Version 2.4.10

    • version 2.4.10
    • Version 2.x
      • Version 2.2.30
      • Version 2.2.20
      • 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 +