Accusoft.PdfXpress7.Net
GetHyperlink Method




The page to get the hyperlink from.
The index of the hyperlink on the page to get.
Gets the hyperlink at the specified page and index.
Syntax
'Declaration
 
Public Function GetHyperlink( _
   ByVal pageNumber As Integer, _
   ByVal hyperlinkIndex As Integer _
) As Hyperlink
'Usage
 
Dim instance As Document
Dim pageNumber As Integer
Dim hyperlinkIndex As Integer
Dim value As Hyperlink
 
value = instance.GetHyperlink(pageNumber, hyperlinkIndex)
public Hyperlink GetHyperlink( 
   int pageNumber,
   int hyperlinkIndex
)
public: Hyperlink* GetHyperlink( 
   int pageNumber,
   int hyperlinkIndex
) 
public:
Hyperlink^ GetHyperlink( 
   int pageNumber,
   int hyperlinkIndex
) 

Parameters

pageNumber
The page to get the hyperlink from.
hyperlinkIndex
The index of the hyperlink on the page to get.

Return Value

Returns the hyperlink at the specified page and index.
See Also

Reference

Document Class
Document Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback