Hyperlinks

Hi, I see that hyperlinks can be inserted into PDF documents, but I can''t find information anywhere on how to do this. I am trying to output information from a windows form and need a URL and a mailto: link. Thanks, Marcel

1 Reply

AD Administrator Syncfusion Team March 20, 2005 11:40 AM UTC

Hi Marcel, Here is a usage snippet for inserting hyperlinks but there is was a bug in version 3.0.1.0. We have already fixed this issue and a build with the fix will be available in a few days. //Create URL Link IPDFUriLink url = pdfDoc.CreateUriLink(firstPage,new RectangleF(200,10,200,20),"www.google.com"); url.LineWidth = -1; Thanks, Stephen. firstPage.Graphics.DrawText(200,10,"Click to open Google",pdfFont); >Hi, > >I see that hyperlinks can be inserted into PDF documents, but I can''t find information anywhere on how to do this. I am trying to output information from a windows form and need a URL and a mailto: link. > >Thanks, > >Marcel

Loader.
Up arrow icon