ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General Objects > IGPDFBookmark Object > IGPDFBookmark Methods > FindTitle Method |
Gets the first bookmark whose title is Title.
FindTitle(Title As String, MaxDepth As Long) As IGPDFBookmark
Name | Description |
---|---|
Title | The text value to search for. |
MaxDepth |
The number of sub-tree levels to search, not counting the root level.
|
The bookmark with the specified title or NULL if there is no such bookmark.