Documentation
Table of contents

PartitionModes

Parameter PartitionModes is used to select the mode used to apply partition process when decoding QRCode and DataMatrix.

Example

{
    "PartitionModes": ["PM_WHOLE_BARCODE"]
}

Parameter Summary

The structure of the PartitionModes is shown as follow:

PartitionModes Parameter Summary
Type
string array
Candidate Mode List
PM_WHOLE_BARCODE
PM_ALIGNMENT_PARTITION
Default Value
[“PM_WHOLE_BARCODE”,”PM_ALIGNMENT_PARTITION”]

Candidate Mode introduction

PM_WHOLE_BARCODE

ake the whole barcode for decoding.

PM_ALIGNMENT_PARTITION

Partition the barcode to blocks based on alignment.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: