Skip to content

Commit bd81fe1

Browse files
update to internal commit 6f1ef10d
1 parent 18857a5 commit bd81fe1

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

_includes/sidelist-programming/programming-maui.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<li lang="maui"><a style="cursor:pointer;color:#3c3c3c">User Guide</a>
44
<ul lang="maui">
55
<li lang="maui"><a class="otherLinkColour" href="{{ site.dbr_maui }}user-guide.html" style="cursor:pointer;color:#3c3c3c">Getting Started</a>
6+
<li lang="maui" ><a href="{{ site.dbr_maui }}user-guide/configure-barcode-scanner.html" class="otherLinkColour">Configure Barcode Scanner</a>
67
</li>
78
</ul>
89
</li>
@@ -12,15 +13,15 @@
1213
<ul lang="maui">
1314
<li lang="maui"><a>Classes</a>
1415
<ul lang="maui">
15-
<li lang="maui"><a href="{{ site.dbr_maui_api }}barcode-scanner/barcode-scanner-activity.html" class="otherLinkColour">BarcodeScanner</a></li>
16+
<li lang="maui"><a href="{{ site.dbr_maui_api }}barcode-scanner/barcode-scanner.html" class="otherLinkColour">BarcodeScanner</a></li>
1617
<li lang="maui"><a href="{{ site.dbr_maui_api }}barcode-scanner/barcode-scanner-config.html" class="otherLinkColour">BarcodeScannerConfig</a></li>
1718
<li lang="maui"><a href="{{ site.dbr_maui_api }}barcode-scanner/barcode-scan-result.html" class="otherLinkColour">BarcodeScanResult</a></li>
1819
</ul>
1920
</li>
2021
<li lang="maui"><a class="otherLinkColour">Enumerations</a>
2122
<ul lang="maui">
22-
<li lang="maui"><a href="{{ site.dbr_maui_api }}barcode-scanner/result-status.html?lang=android" class="otherLinkColour">EnumResultStatus</a></li>
23-
<li lang="maui"><a href="{{ site.dbr_maui_api }}barcode-scanner/scanning-mode.html?lang=android" class="otherLinkColour">EnumScanningMode</a></li>
23+
<li lang="maui"><a href="{{ site.dbr_maui_api }}barcode-scanner/result-status.html" class="otherLinkColour">EnumResultStatus</a></li>
24+
<li lang="maui"><a href="{{ site.dbr_maui_api }}barcode-scanner/scanning-mode.html" class="otherLinkColour">EnumScanningMode</a></li>
2425
</ul>
2526
</li>
2627
</ul>

programming/maui/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Leveraging the efficiency and flexibility of the C# language, DBR MAUI Edition p
1515

1616
As one of the functional products of the Dynamsoft Capture Vision (DCV) framework, DBR is also designed to seamlessly integrate with other DCV components and provide developers with a comprehensive set of image processing tools, which cover image capturing, content understanding, result parsing, and interactive workflow. If you are building such a capturing and processing solution, take a look at [Introduction to Dynamsoft Capture Vision]({{site.dcvb_architecture}}).
1717

18-
Furthermore, DBR provides a powerful parameter system in order to cope with various scenarios. Read <a href="{{site.parameters_reference}}index.html">Parameter Reference</a> for details.
18+
Furthermore, DBR provides a powerful parameter system in order to cope with various scenarios. Read <a href="{{ site.dcvb_parameters }}file/index.html">Parameter Reference</a> for details.
1919

2020
## Using the SDK
2121

@@ -52,6 +52,7 @@ While the guide covers common APIs, more detailed explanations of these and othe
5252

5353
## Release Notes
5454

55+
* [Version 11.x](release-notes/maui-11.html)
5556
* [Version 10.x](release-notes/maui-10.html)
5657

5758
## License Subscription

programming/maui/user-guide.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ noTitleIndex: true
6060

6161
### Visual Studio for Mac
6262

63-
In the **NuGet Package Manager>Manage Packages for Solution** of your project, search for **Dynamsoft.CaptureVisionBundle.Maui**. Select Version **11.0.3100** and click **install**.
63+
In the **NuGet Package Manager>Manage Packages for Solution** of your project, search for **Dynamsoft.BarcodeReaderBundle.Maui**. Select Version **11.0.3100** and click **install**.
6464

6565
### Visual Studio for Windows
6666

@@ -207,11 +207,6 @@ Select your device and run the project.
207207
208208
![Exclude iOS and Windows from targets](../assets/maui-exclude.png)
209209

210-
## Customizing the Barcode Reader
211-
212-
```csharp
213-
```
214-
215210
## Licensing
216211

217212
- A one-day trial license is available by default for every new device to try Dynamsoft Barcode Reader SDK.

0 commit comments

Comments
 (0)