Click or drag to resize

PdfiumFPDFLink_GetDest Method

Get destination info of a link.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFLink_GetDest(
	IntPtr document,
	IntPtr link
)

Parameters

document  IntPtr
Handle to the document.
link  IntPtr
Handle to the link. Returned by FPDFLink_GetLinkAtPoint(IntPtr, Double, Double) function

Return Value

IntPtr
Handle to the destination. IntPtr.Zero if there is no destination associated with the link, in this case the application should try FPDFLink_GetAction(IntPtr)
See Also