You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: programming/javascript/faq/enable-supported-barcode-format.md
+11-12Lines changed: 11 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,13 @@ Explicitly enable **only the barcode formats covered by your license** in your c
19
19
20
20
### Step-by-Step Guide
21
21
22
-
1.**Check Your License Coverage**
23
-
Confirm which barcode formats your license supports (e.g., QR Code + 1D barcodes).
22
+
#### Step 1. Check Your License Coverage
23
+
Confirm which barcode formats your license supports (e.g., QR Code + 1D barcodes).
24
24
25
-
2.**Configure Barcode Formats**
26
-
Update your code to explicitly enable **only the licensed formats**.
27
-
- Example for Enabling **Multiple Formats**(Use bitwise OR (|) to combine formats):
28
-
<divclass="sample-code-prefix"></div>
25
+
#### Step 2. Configure Barcode Formats
26
+
Update your code to explicitly enable **only the licensed formats**. Here are examples for enabling **Multiple Formats**(Use bitwise OR (|) to combine formats):
27
+
28
+
<divclass="sample-code-prefix template2"></div>
29
29
>- Javascript
30
30
>- Objective-C
31
31
>- Swift
@@ -34,7 +34,7 @@ Explicitly enable **only the barcode formats covered by your license** in your c
34
34
>- C++
35
35
>- C#
36
36
>
37
-
>
37
+
>
38
38
```javascript
39
39
let settings =awaitrouter.getSimplifiedSettings("ReadSingleBarcode");
@@ -106,6 +106,5 @@ using (CaptureVisionRouter cvr = new CaptureVisionRouter())
106
106
}
107
107
```
108
108
109
-
4.**Verify Supported Formats**
110
-
111
-
View the complete list of supported barcode formats and their corresponding IDs here: [Barcode Format Documentation](https://www.dynamsoft.com/capture-vision/docs/core/enums/barcode-reader/barcode-format.html?lang=js&product=dbr)
109
+
#### Step 3. Verify Supported Formats
110
+
View the complete list of supported barcode formats and their corresponding IDs here: [Barcode Format Documentation](https://www.dynamsoft.com/capture-vision/docs/core/enums/barcode-reader/barcode-format.html?lang=js&product=dbr)
0 commit comments