Click or drag to resize

PdfiumFPDFBookmark_GetAction Method

Get the action associated with a bookmark item

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFBookmark_GetAction(
	IntPtr bookmark
)

Parameters

bookmark  IntPtr
Handle to the bookmark

Return Value

IntPtr
Handle 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