Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
MirrorMode
is a parameter to specify whether to decode mirrored barcodes. It is defined as below:
Value Type | Value Range | Default Value |
---|---|---|
string | “MM_NORMAL” “MM_MIRROR” “MM_BOTH” |
“MM_NORMAL” |
Remarks
MirrorMode
is supported to be set through JSON template.
MirrorMode
as a JSON parameter is a number value defined as below.
Key Name | Key Value |
---|---|
MirrorMode | “MM_NORMAL”, “MM_MIRROR” or “MM_BOTH” as a string |
JSON Example
{
"MirrorMode": "MM_NORMAL"
}
MirrorMode
has no influence on the Speed.
Setting MirrorMode
to an appropriate value may improve the Read Rate.
MirrorMode
has no influence on the Accuracy.
latest version