From 1ee8335138750a09aff6cc39fc225de32ac6e37e Mon Sep 17 00:00:00 2001 From: KSilambharasanSF4548 <166014892+KSilambharasanSF4548@users.noreply.github.com> Date: Mon, 6 Jul 2026 23:44:23 +0530 Subject: [PATCH] Update Custom Bookmark documentation with limitations Clarified the limitations of custom bookmarks in the .NET MAUI PDF Viewer, specifying that they only store target page information without support for specific positions within the page. --- Document-Processing/PDF/PDF-Viewer/maui/Custom-Bookmark.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Document-Processing/PDF/PDF-Viewer/maui/Custom-Bookmark.md b/Document-Processing/PDF/PDF-Viewer/maui/Custom-Bookmark.md index 743750bcbb..623d5cf53f 100644 --- a/Document-Processing/PDF/PDF-Viewer/maui/Custom-Bookmark.md +++ b/Document-Processing/PDF/PDF-Viewer/maui/Custom-Bookmark.md @@ -271,6 +271,7 @@ To navigate using the UI: ![Custom bookmark in .NET MAUI PDF Viewer](Images\custom-bookmark.png) N>A custom bookmark currently stores only the target page information. It does not support storing or navigating to a specific position within the page, such as coordinates or a particular content region. + ### Navigate Programmatically To navigate to a custom bookmark programmatically, use the [GoToBookmark](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html#Syncfusion_Maui_PdfViewer_SfPdfViewer_GoToBookmark_Syncfusion_Maui_PdfViewer_Bookmark_) method. This method accepts a `Bookmark` object and navigates to the page associated with it.