 | PdfiumFPDFBookmark_GetTitle Method |
Get title of a bookmark
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFBookmark_GetTitle(
IntPtr bookmark
)
Public Shared Function FPDFBookmark_GetTitle (
bookmark As IntPtr
) As String
public:
static String^ FPDFBookmark_GetTitle(
IntPtr bookmark
)
static member FPDFBookmark_GetTitle :
bookmark : IntPtr -> string
public static String FPDFBookmark_GetTitle(
IntPtr bookmark
)
Patagames.Pdf.Pdfium.FPDFBookmark_GetTitle = function(bookmark);
Parameters
- bookmark IntPtr
- Handle to the bookmark.
Return Value
String return title of a bookmark
See Also