views:

11

answers:

1

how can i create something like bookmark but in the text? like url, click on this bookmark in any place in text and it redirect you to other page

A: 

The PdfPage class offers:

  • AddDocumentLink
  • AddWebLink
  • AddFileLink

So with PDFsharp you'd use page.AddDocumentLink to jump to another page in the same document.

The best place to ask PDFsharp and MigraDoc Foundation related questions is the PDFsharp forum. The PDFsharp Team will not monitor stackoverflow.com on a regular basis.

PDFsharp Forum: http://forum.pdfsharp.net/

PDFsharp Website: http://www.pdfsharp.net/

PDFsharp Team