Skip to content

Page::GetFirstHyperlink method

The GetFirstHyperlink method is used to enumerate the hyperlinks that are on the page.

Prototype

Hyperlink GetFirstHyperlink()
Hyperlink GetFirstHyperlink() throws IGRException;
def GetFirstHyperlink(self) -> Hyperlink
Hyperlink GetFirstHyperlink()
HRESULT GetFirstHyperlink([out, retval] Hyperlink* *result)

Return value

Hyperlink : Returns the first hyperlink on the current page, or NULL if no hyperlinks are present.

See Also