From 6392a824f29931eafa7e2756fe1594199759feb5 Mon Sep 17 00:00:00 2001 From: Yaminisrisf4389 Date: Fri, 10 Jan 2025 11:25:10 +0530 Subject: [PATCH] Update_code_sample_development --- wpf/Pdf-Viewer/Bookmark-Navigation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wpf/Pdf-Viewer/Bookmark-Navigation.md b/wpf/Pdf-Viewer/Bookmark-Navigation.md index 734eb7241..1545ccb2e 100644 --- a/wpf/Pdf-Viewer/Bookmark-Navigation.md +++ b/wpf/Pdf-Viewer/Bookmark-Navigation.md @@ -92,6 +92,8 @@ private void PdfViewer_DocumentLoaded(object sender, System.EventArgs args) {% endhighlight %} {% endtabs %} +N>You can also explore our [WPF PDF Viewer example](https://github.com/SyncfusionExamples/WPF-PDFViewer-Examples/tree/master/Navigation/Bookmark/Bookmark_Navigation) to know how to Programmatically navigate to a bookmark destination in pdfviewer. + ## Enabling and disabling bookmark feature You can enable and disable the bookmark button from the built-in toolbar using the `IsBookmarkEnabled` property available in `PdfViewerControl`.