Click or drag to resize

PdfiumFPDFBookmark_GetTitle Method

Get title of a bookmark

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

Parameters

bookmark  IntPtr
Handle to the bookmark.

Return Value

String
return title of a bookmark
See Also