Skip to content

Commit fb1f1a5

Browse files
update to internal commit 0d0c594f
1 parent 82a2b70 commit fb1f1a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programming/maui/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Open the **Info.plist** file under the **Platforms/iOS/** folder (Open with XML
305305

306306
### Obtaining Barcode Results
307307

308-
In **MainPage.xaml.cs**, implement [`ICapturedResultReceiver`]({{ site.dbr_maui_api }}capture-vision-router-lite/captured-result-receiver.html) to receive decoded barcodes result in [`OnDecodedBarcodesReceived`]({{ site.dbr_maui_api }}capture-vision-router-lite/captured-result-receiver.html#ondecodedbarcodesreceived) callback function.
308+
In **MainPage.xaml.cs**, implement [`ICapturedResultReceiver`]({{ site.dcv_maui_api }}capture-vision-router/captured-result-receiver.html) to receive decoded barcodes result in [`OnDecodedBarcodesReceived`]({{ site.dcv_maui_api }}capture-vision-router/captured-result-receiver.html#ondecodedbarcodesreceived) callback function.
309309

310310
```c#
311311
using Dynamsoft.BarcodeReader.Maui;
@@ -338,7 +338,7 @@ Select your device and run the project.
338338

339339
### Switching Preset Templates
340340

341-
Dynamsoft Barcode Reader SDK offers several preset templates for different popular scenarios. For the full set of templates, please refer to [`EnumPresetTemplate`]({{ site.dbr_maui_api }}capture-vision-router-lite/preset-template.html). Here is a quick example of prioritizing read rate for decoding:
341+
Dynamsoft Barcode Reader SDK offers several preset templates for different popular scenarios. For the full set of templates, please refer to [`EnumPresetTemplate`]({{ site.dcv_maui_api }}capture-vision-router/preset-template.html). Here is a quick example of prioritizing read rate for decoding:
342342

343343
```c#
344344
router.StartCapturing(EnumPresetTemplate.PT_READ_BARCODES_READ_RATE_FIRST, this);

0 commit comments

Comments
 (0)