Working with Document Link Annotation (Table of content)
25 Jan 20191 minute to read
The 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.
pdfViewerControl.EnableDocumentLinkAnnotation = false;
NOTE
By default, the EnableDocumentLinkAnnotation property is set to true.