Document link in PDF viewer Xamarin.iOS

14 Aug 20261 minute to read

The PDF viewer navigates to a specific destination within the PDF document.

Set the “EnableDocumentLinkAnnotation” property to false to disable the document link navigation in PDF viewer.

pdfViewerControl.EnableDocumentLinkAnnotation = false;

NOTE

By default, the EnableDocumentLinkAnnotation property is set to true.