 | PdfWebLinkCollectionGetWebLinkAtPoint(Single, Single) 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(
float x,
float y
)
Public Function GetWebLinkAtPoint (
x As Single,
y As Single
) As PdfWebLink
public:
PdfWebLink^ GetWebLinkAtPoint(
float x,
float y
)
member GetWebLinkAtPoint :
x : float32 *
y : float32 -> PdfWebLink
public PdfWebLink GetWebLinkAtPoint(
float x,
float y
)
function GetWebLinkAtPoint(x, y);
Parameters
- x Single
- The x coordinate of the point, specified in page coordinate system
- y Single
- The y coordinate of 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