Skip to content

Commit cad02b6

Browse files
update to internal commit 8ce625cb
1 parent ef63b54 commit cad02b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

programming/maui/user-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Add NuGet package **Dynamsoft.CaptureVisionBundle.Maui** to your project. You ca
125125

126126
### Initialize MauiProgram
127127

128-
In **MauiProgram.cs**, add a custom handler for the `CameraView` control. Specifically, it maps the `CameraView` type to the `CameraViewHandler` type.
128+
In **MauiProgram.cs**, add a custom handler for the [`CameraView`]({{ site.dce_maui_api }}camera-view.html) control. Specifically, it maps the [`CameraView`]({{ site.dce_maui_api }}camera-view.html) type to the `CameraViewHandler` type.
129129

130130
```c#
131131
namespace SimpleDocumentScanner;
@@ -225,7 +225,7 @@ public partial class MainPage : ContentPage, ILicenseVerificationListener, ICapt
225225

226226
### Add the CameraView control in the Main Page
227227

228-
In the **MainPage.xaml**, add a `CameraView` control:
228+
In the **MainPage.xaml**, add a [`CameraView`]({{ site.dce_maui_api }}camera-view.html) control:
229229

230230
```xml
231231
<?xml version="1.0" encoding="utf-8" ?>
@@ -305,7 +305,7 @@ Open the **Info.plist** file under the **Platforms/iOS/** folder (Open with XML
305305

306306
### Obtaining Normalized Document Image
307307

308-
In **MainPage.xaml.cs**, implement `ICapturedResultReceiver` to receive normalized images result in `OnNormalizedImagesReceived` callback function.
308+
In **MainPage.xaml.cs**, implement [`ICapturedResultReceiver`]({{ site.dcv_maui_api }}capture-vision-router/captured-result-receiver.html) to receive normalized images result in [`OnNormalizedImagesReceived`]({{ site.dcv_maui_api }}capture-vision-router/captured-result-receiver.html#onnormalizedimagesreceived) callback function.
309309

310310
```c#
311311
......

0 commit comments

Comments
 (0)