Table of contents
Swift
Objective-C

This documentation is deprecated. It applies only to legacy version 9.x of Barcode Reader and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

FindUnevenModuleBarcode

FindUnevenModuleBarcode defines whether to find barcodes with uneven barcode modules. It is defined as below:

Value Type Value Range Default Value Template Structure Type
int [0, 1] 1 FormatSpecification

Remarks

  • 0: do not find barcodes with uneven barcode modules.
  • 1: find barcodes with uneven barcode modules.

Setting Methods

FindUnevenModuleBarcode can be set via JSON template.

As JSON Parameter

FindUnevenModuleBarcode as a JSON parameter is a number value defined as below.

Key Name Key Value
FindUnevenModuleBarcode A number from [0, 1]

JSON Example

{
    "FindUnevenModuleBarcode": 1
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: