Click or drag to resize

PDFViewCtrl.GetLinkAt Method

Gets the link info at a given point, specified in client space.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public PDFViewCtrlLinkInfo GetLinkAt(
	int x,
	int y
)

Parameters

x
Type: System.Int32
the x position in client space
y
Type: System.Int32
the y position in client space

Return Value

Type: PDFViewCtrlLinkInfo
link information or null if no link is found in the queried location.
Remarks
To get valid links, Url extraction must be set to true before setting the document.
See Also