Adds a hyperlink to the current page.
Namespace:
C1.Silverlight.PdfAssembly: C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)
Syntax
C# |
---|
public void AddLink( string url, Rect rc ) |
Visual Basic |
---|
Public Sub AddLink ( _ url As String, _ rc As Rect _ ) |
Parameters
- url
- Type: System..::..String
Link destination (can be a Url, a file name, or a local link destination).
- rc
- Type: System.Windows..::..Rect
Area on the page that will behave as a link (expressed in points, from the top-left corner of the page).