AddLink(String,Rect) Method
In This Topic
Adds a hyperlink to the current page.
Syntax
'Declaration
Public Overloads Sub AddLink( _
ByVal As String, _
ByVal As Rect _
)
public void AddLink(
string ,
Rect
)
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