Table of contents

MirrorMode

MirrorMode defines whether to decode mirrored barcodes.

Example

{
    "MirrorMode": "MM_NORMAL"
}

Parameter Summary

The structure of theMirrorMode is shown as follow:

MirrorMode Parameter Summary
Type
String
Candidate Mode List
MM_NORMAL
MM_MIRROR
MM_BOTH

Default Settings

Different barcode formats have different default MirrorMode settings:

  • MM_BOTH: QRCode, DataMatrix, PDF417, AZTEC, Micro QR Code, Micro PDF417, DotCode and Pharmacode Two-Track.
  • MM_NORMAL: Other barcode formats

Candidate Modes Introduction

MM_MIRROR

Decodes mirror barcodes only.

MM_BOTH

Decodes both normal and mirror barcodes.

MM_NORMAL

Doesn’t decode mirror barcodes.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: