Accusoft.PdfXpress7.Net
DeleteHyperlink Method




The page to remove the hyperlink from.
The index of the hyperlink on the page to be removed.
Removes the hyperlink at the specified index from the specified page.
Syntax
'Declaration
 
Public Sub DeleteHyperlink( _
   ByVal pageNumber As Integer, _
   ByVal hyperlinkIndex As Integer _
) 
'Usage
 
Dim instance As Document
Dim pageNumber As Integer
Dim hyperlinkIndex As Integer
 
instance.DeleteHyperlink(pageNumber, hyperlinkIndex)
public void DeleteHyperlink( 
   int pageNumber,
   int hyperlinkIndex
)
public: void DeleteHyperlink( 
   int pageNumber,
   int hyperlinkIndex
) 
public:
void DeleteHyperlink( 
   int pageNumber,
   int hyperlinkIndex
) 

Parameters

pageNumber
The page to remove the hyperlink from.
hyperlinkIndex
The index of the hyperlink on the page to be removed.
See Also

Reference

Document Class
Document Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback