Version

GetHyperlinks Method

Gets the hyperlinks intersecting the specified document span.
Syntax
'Declaration
 
Public Function GetHyperlinks( _
   ByVal intersectSpan As DocumentSpan _
) As IEnumerable(Of HyperlinkNode)
public IEnumerable<HyperlinkNode> GetHyperlinks( 
   DocumentSpan intersectSpan
)

Parameters

intersectSpan
Hyperlinks intersecting this DocumentSpan will be returned. If the span is length of 0 then the hyperlink containing the span's start is returned.

Return Value

Hyperlinks that intersect the specified document span.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also