C1.C1Pdf Namespace / C1PdfDocument Class / AddLink Method / AddLink(String,RectangleF) Method
Link destination (can be a Url, a file name, or a local link destination).
Area on the page that will behave as a link (expressed in points, from the top-left corner of the page).

In This Topic
AddLink(String,RectangleF) Method
In This Topic
Adds a hyperlink to the current page.
Syntax
'Declaration
 
Public Overloads Sub AddLink( _
   ByVal url As String, _
   ByVal rc As RectangleF _
) 
 

Parameters

url
Link destination (can be a Url, a file name, or a local link destination).
rc
Area on the page that will behave as a link (expressed in points, from the top-left corner of the page).
See Also