'Declaration
Public Overloads Sub AddLink( _ ByVal url As String, _ ByVal rc As RectangleF _ )
public void AddLink( string url, 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).