How can I create something like bookmark but in the text? Like URL, click on this bookmark in any place in text and it redirects you to other page.
Asked
Active
Viewed 1,681 times
1 Answers
0
The PdfPage class offers:
- AddDocumentLink
- AddWebLink
- AddFileLink
So with PDFsharp you'd use page.AddDocumentLink to jump to another page in the same document.

I liked the old Stack Overflow
- 20,651
- 8
- 87
- 153