Click or drag to resize

PdfiumFPDFBookmark_GetNextSibling Method

Get next bookmark item on the same level.

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

Parameters

document  IntPtr
Handle to the document. Returned by FPDF_LoadDocument(String, String), FPDF_LoadMemDocument(Byte, Int32, String) or FPDF_LoadCustomDocument(FPDF_FILEACCESS, String) functions.
bookmark  IntPtr
Handle to the current bookmark. Cannot be IntPtr.Zero

Return Value

IntPtr
Handle to the next bookmark item on the same level. IntPtr.Zero if this is the last bookmark on this level.
See Also