PDF for WinRT
AddTarget(String,Rect) Method


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

Parameters

name
Name of the target (used in the AddLink(String,Rect) method).
rc
Area on the page that will behave as a target (in points from the top-left corner of the page).
Remarks
This method is used to add targets for local hyperlinks. See the AddLink(String,Rect) method for details and an example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1PdfDocument Class
C1PdfDocument Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback