Page::GetNextHyperlink method¶
The GetNextHyperlink method is used to enumerate the hyperlinks that are on the page.
Prototype¶
Hyperlink GetNextHyperlink()
Hyperlink GetNextHyperlink() throws IGRException;
def GetNextHyperlink(self) -> Hyperlink
Hyperlink GetNextHyperlink()
HRESULT GetNextHyperlink([out, retval] Hyperlink* *result)
Return value¶
Hyperlink
: Returns the next hyperlink on the current page, or NULL if no more hyperlinks are available.