AddTarget(String,Rect) Method
In This Topic
Adds a hyperlink target to the current page.
Syntax
'Declaration
Public Overloads Sub AddTarget( _
ByVal As String, _
ByVal As Rect _
)
public void AddTarget(
string ,
Rect
)
Parameters
- name
- Name of the target (used in the AddLink method).
- rc
- Area on the page that will behave as a target (in points from the top-left corner of the page).
See Also