PDF for WinRT
AddLink(String,Rect) Method


Link destination (can be a Url, a file name, or a local link destination).
Area on the page that will behave as a link (expressed in points, from the top-left corner of the page).
Adds a hyperlink to the current page.
Syntax
'Declaration
 
Public Sub AddLink( _
   ByVal url As String, _
   ByVal rc As Rect _
) 
'Usage
 
Dim instance As C1PdfDocument
Dim url As String
Dim rc As Rect
 
instance.AddLink(url, rc)
public void AddLink( 
   string url,
   Rect 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).
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

 

 


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

Product Support Forum  |  Documentation Feedback