Working with Document Link Annotation (Table of content)
25 Jan 2019 / 1 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.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page