Click or drag to resize

PdfiumFPDFLink_CountRects Method

Count number of rectangular areas for the link.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFLink_CountRects(
	IntPtr link_page,
	int link_index
)

Parameters

link_page  IntPtr
Handle returned by FPDFLink_LoadWebLinks(IntPtr).
link_index  Int32
Zero-based index for the link.

Return Value

Int32
Number of rectangular areas for the link.
See Also