Table of content navigation in Xamarin Pdf Viewer (SfPdfViewer)
13 Jul 20211 minute to read
The Xamarin PDF Viewer navigates to a specific destination within the PDF document.
How to disable document link navigation in PDF document using PDF viewer control?
Set the “EnableDocumentLinkAnnotation” property to false to disable the document link navigation in PDF viewer.
<syncfusion:SfPdfViewer x:Name="pdfViewerControl" EnableDocumentLinkAnnotation=”false” InputFileStream="{Binding PdfDocumentStream}" />
NOTE
By default, the EnableDocumentLinkAnnotation property is set to true.
NOTE
You can also explore our Xamarin.Forms PDF Viewer example to knows the functionalities of each feature.