Click or drag to resize

PdfBookmarkCollectionsFind Method

Find a bookmark in the PDF document, using the bookmark title

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfBookmark Find(
	string title
)

Parameters

title  String
The string for the bookmark title to be searched. Can't be NULL or empty string.

Return Value

PdfBookmark
The instance of PdfBookmark class represented a found bookmark item. Null if the title can't be found.
Remarks
It always returns the first found bookmark if more than one bookmarks have the same title.
See Also