Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
StandardFormat
is a parameter to specify the standard barcode format.
StandardFormat
is supported to be set through JSON template.
StandardFormat
as a JSON parameter is a string value defined as below.
Key Name | Key Value |
---|---|
StandardFormat | a string value from one of the BarcodeFormat or BarcodeFormat_2 Enumeration items. |
JSON Example
{
"StandardFormat": "BF_CODE128"
}
StandardFormat
has no influence on the Speed.
Setting StandardFormat
to an appropriate value when detecting non-standard barcode may improve the Read Rate.
Setting StandardFormat
to an appropriate value when detecting non-standard barcode may improve the Accuracy.
latest version