 | PdfiumFPDFBookmark_GetAction Method |
Get the action associated with a bookmark item
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFBookmark_GetAction(
IntPtr bookmark
)
Public Shared Function FPDFBookmark_GetAction (
bookmark As IntPtr
) As IntPtr
public:
static IntPtr FPDFBookmark_GetAction(
IntPtr bookmark
)
static member FPDFBookmark_GetAction :
bookmark : IntPtr -> IntPtr
public static IntPtr FPDFBookmark_GetAction(
IntPtr bookmark
)
Patagames.Pdf.Pdfium.FPDFBookmark_GetAction = function(bookmark);
Parameters
- bookmark IntPtr
- Handle to the bookmark
Return Value
IntPtrHandle to the action data. IntPtr.Zero if no action is associated with this bookmark.
In this case, the application should try
FPDFBookmark_GetDest(IntPtr, IntPtr)
See Also