Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
RequireStartStopChars
is a parameter to specify whether the start and stop characters are required when searching for Code 39 barcodes. It is defined as below:
Value Type | Value Range | Default Value |
---|---|---|
int | [0, 1] | 1 |
Remarks
RequireStartStopChars
is supported to be set through JSON template.
RequireStartStopChars
as a JSON parameter is a number value defined as below.
Key Name | Key Value |
---|---|
RequireStartStopChars | A number from [0, 1] |
JSON Example
{
"RequireStartStopChars": 1
}
RequireStartStopChars
has no influence on the Speed.
Setting RequireStartStopChars
to an appropriate value may improve the Read Rate.
Setting RequireStartStopChars
to an appropriate value may improve the Accuracy.
latest version