Click or drag to resize

Pdfium.FPDFLink_GetRect Method

Fetch the boundaries of a rectangle for a link

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFLink_GetRect(
	IntPtr link_page,
	int link_index,
	int rect_index,
	out double left,
	out double top,
	out double right,
	out double bottom
)

Parameters

link_page  IntPtr
Handle returned by FPDFLink_LoadWebLinks(IntPtr).
link_index  Int32
Zero-based index for the link
rect_index  Int32
Zero-based index for a rectangle
left  Double
Pointer to a double value receiving the rectangle left boundary
top  Double
Pointer to a double value receiving the rectangle top boundar
right  Double
Pointer to a double value receiving the rectangle right boundary
bottom  Double
Pointer to a double value receiving the rectangle bottom boundary
See Also