ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General Objects > IGPDFBookmark Object > IGPDFBookmark Methods > AddPrev Method |
Adds Prev as the new left sibling to the current bookmark, adjusting the tree containing the current bookmark appropriately.
AddPrev(Prev As IGPDFBookmark)
Name | Description |
---|---|
Prev | The bookmark to become the new left sibling of the current bookmark. Prev must have been previously unlinked. |
None