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
# Working with Annotations in .NET MAUI PDF Viewer
2
+
3
+
This repository provides an example of how to add, edit, remove, and manage annotations in a PDF document using the **Syncfusion .NET MAUI PDF Viewer**, allowing users to interactively modify annotations within a PDF.
4
+
5
+
## Process behind PDF annotation management
6
+
7
+
The sample demonstrates how annotations can be programmatically created and modified directly within the loaded PDF document. Users can add highlight annotations to specific text areas, change annotation properties such as color and opacity, remove existing annotations, and use undo/redo actions to manage recent annotation changes.
8
+
9
+
## Steps to use the sample
10
+
11
+
1. Run the application to load a sample PDF document embedded in the project.
12
+
2. Use the toolbar buttons to perform various annotation actions:
13
+
-**Add Annotation**: Inserts a new highlight annotation on a specified page location.
14
+
-**Remove Annotation**: Removes a specific annotation from the document.
15
+
-**Edit Annotation**: Changes the appearance of an existing annotation.
16
+
-**Undo Annotation**: Reverts the most recent annotation change.
17
+
-**Redo Annotation**: Re-applies the last undone annotation change.
0 commit comments