Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
ReturnPartialBarcodeValue
is a parameter to specify whether to return partial barcode value(s). It is defined as below:
Value Type | Value Range | Default Value |
---|---|---|
int | [0, 1] | 1 |
Remarks
ReturnPartialBarcodeValue
is supported to be set through JSON template.
ReturnPartialBarcodeValue
as a JSON parameter is a number value defined as below.
Key Name | Key Value |
---|---|
ReturnPartialBarcodeValue | A number from [0, 1] |
JSON Example
{
"ReturnPartialBarcodeValue": 1
}
Disabling ReturnPartialBarcodeValue
may improve the Speed.
Enabling ReturnPartialBarcodeValue
may improve the Read Rate.
Disabling ReturnPartialBarcodeValue
may improve the Accuracy.
latest version