We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd80f23 + fd5c8a5 commit fc25700Copy full SHA for fc25700
programming/javascript/faq/enable-supported-barcode-format.md
@@ -39,7 +39,7 @@ Update your code to explicitly enable **only the licensed formats**. Here are ex
39
let settings = await router.getSimplifiedSettings("ReadSingleBarcode");
40
// Enable QR Code and OneD
41
settings.barcodeSettings.barcodeFormatIds =
42
- Dynamsoft.DBR.EnumBarcodeFormat.BF_QR_CODE | Dynamsoft.DBR.EnumBarcodeFormat.BF_QR_CODE;
+ Dynamsoft.DBR.EnumBarcodeFormat.BF_ONED | Dynamsoft.DBR.EnumBarcodeFormat.BF_QR_CODE;
43
await router.updateSettings("ReadSingleBarcode", settings);
44
await router.startCapturing("ReadSingleBarcode");
45
```
0 commit comments