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