 | PdfiumFPDFLink_GetAction Method |
Get action info of a link
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFLink_GetAction(
IntPtr link
)
Public Shared Function FPDFLink_GetAction (
link As IntPtr
) As IntPtr
public:
static IntPtr FPDFLink_GetAction(
IntPtr link
)
static member FPDFLink_GetAction :
link : IntPtr -> IntPtr
public static IntPtr FPDFLink_GetAction(
IntPtr link
)
Patagames.Pdf.Pdfium.FPDFLink_GetAction = function(link);
Parameters
- link IntPtr
- Handle to the link. Returned by FPDFLink_GetLinkAtPoint(IntPtr, Double, Double)
Return Value
IntPtrHandle to the action. IntPtr.Zero if there is no action associated with the link.
See Also