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