ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General Objects > IGPDFBookmark Object > IGPDFBookmark Methods > AddSubtree Method |
Adds a copy of the bookmark sub-tree source to the current bookmark, as a new last child of the current bookmark. This new item will have the text value SourceTitle, will be open, and will have no destination attribute. Subtree must have been previously unlinked. If the current bookmark previously had no children, it will be open after the sub-tree is added.
AddSubtree(Subtree As IGPDFBookmark, SourceTitle As String)
Name | Description |
---|---|
Subtree | The bookmark sub-tree to add. |
SourceTitle | The new bookmark's title. |
None