 | PdfLinkCollectionsGetLinkAtPoint(FS_POINTF) Method |
Find a link at specified point on a document page
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic PdfLink GetLinkAtPoint(
FS_POINTF point
)
Public Function GetLinkAtPoint (
point As FS_POINTF
) As PdfLink
public:
PdfLink^ GetLinkAtPoint(
FS_POINTF point
)
member GetLinkAtPoint :
point : FS_POINTF -> PdfLink public PdfLink GetLinkAtPoint(
FS_POINTF point
)
function GetLinkAtPoint(point);
Parameters
- point FS_POINTF
- The FS_POINTF structure that represents point, specified in page coordinate system
Return Value
PdfLinkInstance of
PdfLink class that represents the found link. Null if there’s no link at that point.
Remarks
See Also