Skip to content

Commit af7ca6f

Browse files
authored
Update Custom-Bookmark.md
1 parent df431ff commit af7ca6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MAUI/PDF-Viewer/Custom-Bookmark.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var customBookmarks = pdfViewer.CustomBookmarks;
4444

4545
To add, edit, or remove custom bookmarks in a PDF viewer, you can use the [CustomBookmarks](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html#Syncfusion_Maui_PdfViewer_SfPdfViewer_CustomBookmarks) collection. This property provides access to the collection of custom bookmarks that can be manipulated to modify the bookmarks displayed in the viewer's bookmark view.
4646

47-
### Add Custom Bookmarks from UI
47+
### Add Custom Bookmarks From UI
4848

4949
Custom bookmarks can be added using the floating button in the bookmark pane.
5050

@@ -102,7 +102,7 @@ private void Bookmarks_CollectionChanged(object? sender, NotifyCollectionChanged
102102
{% endhighlight %}
103103
{% endtabs %}
104104

105-
### Rename Custom Bookmarks using Context Menu
105+
### Rename Custom Bookmarks Using Context Menu
106106

107107
Tap the context menu button on the custom bookmark to be edited and choose Rename and enter the desired name.
108108
![Custom bookmark context menu](Images\custom-bookmark-contextmenu.png)
@@ -189,7 +189,7 @@ private void Bookmark_PropertyChanged(object? sender, PropertyChangedEventArgs e
189189
{% endhighlight %}
190190
{% endtabs %}
191191

192-
### Remove Custom Bookmarks using Context Menu
192+
### Remove Custom Bookmarks Using Context Menu
193193

194194
Tap the context menu button on the custom bookmark to be removed and tap `Delete`.
195195

0 commit comments

Comments
 (0)