Click or drag to resize

PdfiumFPDFLink_CountWebLinks Method

Count number of detected web links.

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

Parameters

link_page  IntPtr
Handle returned by FPDFLink_LoadWebLinks(IntPtr).

Return Value

Int32
Number of detected web links.
See Also