Click or drag to resize

PdfiumFPDFLink_Enumerate Method

This function would enumerate all the link annotations in a single PDF page.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFLink_Enumerate(
	IntPtr page,
	ref int start_pos,
	out IntPtr link_annot
)

Parameters

page  IntPtr
Handle to the page. Returned by FPDF_LoadPage(IntPtr, Int32) function
start_pos  Int32
The start position to enumerate the link annotations, which should be specified to start from - 0 for the first call, and would receive the next position for enumerating to start from.
link_annot  IntPtr
Receive the link handle

Return Value

Boolean
TRUE if succceed, else False;
See Also