Click or drag to resize

PdfLinkCollectionsGetLinkAtPoint(FS_POINTF) Method

Find a link at specified point on a document page

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public PdfLink GetLinkAtPoint(
	FS_POINTF point
)

Parameters

point  FS_POINTF
The FS_POINTF structure that represents point, specified in page coordinate system

Return Value

PdfLink
Instance of PdfLink class that represents the found link. Null if there’s no link at that point.
Remarks
The point coordinate are specified in page coordinate system. You can convert coordinate from screen system to page system using DeviceToPage(Int32, Int32, Int32, Int32, PageRotate, Int32, Int32) function.
See Also