ComponentOne PDF for .NET
AddLink(String,RectangleF) Method

C1.C1Pdf.4 Assembly > 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).
Adds a hyperlink to the current page.
Syntax
'Declaration
 
Public Overloads Sub AddLink( _
   ByVal url As System.String, _
   ByVal rc As System.Drawing.RectangleF _
) 
public void AddLink( 
   System.string url,
   System.Drawing.RectangleF rc
)

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

Reference

C1PdfDocument Class
C1PdfDocument Members
Overload List