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.

EnableDataMatrixECC000-140

EnableDataMatrixECC000-140 determines whether to decode DataMatrix ECC000-140 barcodes. It is defined as below:

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

Remarks

  • 0: Do not decode DataMatrix ECC000-140 barcodes.
  • 1: Decode DataMatrix ECC000-140 barcodes.
  • It is valid only for DataMatrix.

Setting Methods

EnableDataMatrixECC000-140 can be set via JSON template.

As JSON Parameter

EnableDataMatrixECC000-140 as a JSON parameter is an int value defined as below.

Key Name Key Value
EnableDataMatrixECC000-140 0 or 1

JSON Example

{
    "EnableDataMatrixECC000-140": 1
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: