ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General Objects > IGPDFBookmark Object > IGPDFBookmark Methods > AddNewChild Method |
Adds a new bookmark to the tree containing the current bookmark, as the new last child of it. If the current bookmark previously had no children, it will be open after the child is added.
AddNewChild(InitialText As String) As IGPDFBookmark
Name | Description |
---|---|
InitialText | The new bookmark's title. |
The newly created bookmark.