Click or drag to resize

PdfiumFPDFLink_GetURL Method

Fetch the URL information for a detected web link.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static string FPDFLink_GetURL(
	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

String
URL information for a detected web link
See Also