PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocument Class / AddLink Method / 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).

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