Skip to content

Commit 1cd3245

Browse files
Merge pull request #67 from dynamsoft-docs/preview
update to internal commit 8ce625cb
2 parents e45c375 + 29c6766 commit 1cd3245

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

programming/maui/user-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ In the **NuGet Package Manager>Manage Packages for Solution** of your project, s
6565

6666
### Visual Studio for Windows
6767

68-
You have to Add the library via the project file and do some additional steps to complete the installation.
68+
You need to add the library via the project file and complete additional steps for the installation.
6969

7070
1. Add the library in the project file:
7171

@@ -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/auxiliary-classes/captured-result-receiver.html) to receive normalized images result in [`OnNormalizedImagesReceived`]({{ site.dcv_maui_api }}capture-vision-router/auxiliary-classes/captured-result-receiver.html#onnormalizedimagesreceived) callback function.
309309

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

0 commit comments

Comments
 (0)