Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
AllModuleDeviation
is a parameter to specify the width deviation value (in moduleSize) of a non-standard 1D barcode type relative to the standard barcode width. It is defined as below:
Value Type | Value Range | Default Value |
---|---|---|
int | [0, 0x7fffffff] | 0 |
Remarks
The unit is barcode module size. For example, if the standard barcode module size is 2px and AllModuleDeviation is 1, then the non-standard barcode module size is 4px.
AllModuleDeviation
is supported to be set through JSON template.
AllModuleDeviation
as a JSON parameter is a number value defined as below.
Key Name | Key Value |
---|---|
AllModuleDeviation | A number from [0, 0x7fffffff] |
JSON Example
{
"AllModuleDeviation": 1
}
AllModuleDeviation
has no influence on the Speed.
Setting AllModuleDeviation
to an appropriate value when detecting non-standard barcodes may improve the Read Rate.
Setting AllModuleDeviation
to an appropriate value when detecting non-standard barcodes may improve the Accuracy.
latest version