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