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.
1 parent e0b5394 commit a8f3777Copy full SHA for a8f3777
programming/javascript/faq/unable-to-scan-aztec-code.md
@@ -9,6 +9,14 @@ needAutoGenerateSidebar: false
9
# Why am I unable to scan an Aztec code in the helloworld sample?
10
11
[<< Back to FAQ index](index.md)
12
+# Version 10
13
+```javascript
14
+let settings = await router.getSimplifiedSettings("ReadSingleBarcode");
15
+settings.barcodeSettings.barcodeFormatIds =
16
+ Dynamsoft.DBR.EnumBarcodeFormat.BF_AZTEC;
17
+await router.updateSettings("ReadSingleBarcode", settings);
18
+await router.startCapturing("ReadSingleBarcode");
19
+```
20
21
## For version 8 and version 9
22
0 commit comments