ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General Objects > IGPDFBookmark Object > IGPDFBookmark Methods > AddChild Method |
Adds Child as the last child of parent, adjusting the tree containing parent appropriately. If parent previously had no children, it is open after the child is added.
AddChild(Child As IGPDFBookmark)
Name | Description |
---|---|
Child | The bookmark that will become the last child of the current bookmark. Child must have been previously unlinked. |
None