ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFBookmark Class |
For a list of all members of this type, see ImGearPDFBookmark members.
Name | Description | |
---|---|---|
AddChild | Adds child as the last child of parent. | |
AddNewChild | Adds a new bookmark to the tree containing the current bookmark, as the new last child of it. | |
AddNewSibling | Adds a new bookmark to the tree containing the current bookmark as the new right sibling. | |
AddNext | Adds next bookmark as the new right sibling to the current one. | |
AddPrev | Adds bookmark as the new left sibling to the current bookmark, adjusting the tree containing the current bookmark appropriately. | |
AddSubtree | Adds a copy of the bookmark sub-tree source to the current bookmark, as a new last child of the current bookmark. | |
FindTitle | Gets the first bookmark whose title is Title. | |
GetAction | Gets the bookmark's action. | |
GetColor | Gets the color of the bookmark. | |
GetFirstChild | Gets the bookmark's first child. | |
GetLastChild | Gets the bookmark's last child. | |
GetNext | Gets the bookmark's next (right) sibling. | |
GetParent | Gets the bookmark's parent bookmark. | |
GetPrev | Gets the bookmark 's previous (left) sibling. | |
Remove | Removes the bookmark's sub-tree from the bookmark tree containing it. | |
RemoveAction | Removes the bookmark's action. | |
SetAction | Sets the bookmark's action. | |
SetColor | Sets the bookmark's color. | |
Unlink | Unlinks the current bookmark from the bookmark tree that contains it, and adjusts the tree appropriately. |