Skip to content

Commit a8f3777

Browse files
authored
Update unable-to-scan-aztec-code.md
1 parent e0b5394 commit a8f3777

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

programming/javascript/faq/unable-to-scan-aztec-code.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ needAutoGenerateSidebar: false
99
# Why am I unable to scan an Aztec code in the helloworld sample?
1010

1111
[<< 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+
```
1220

1321
## For version 8 and version 9
1422

0 commit comments

Comments
 (0)