ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFBookmark Class |
The following tables list the members exposed by ImGearPDFBookmark.
Name | Description | |
---|---|---|
Count | Gets a number of open bookmarks in the sub-tree (not including the current one). | |
Flags | Gets or sets bookmark's flags. | |
HasChildren | Gets a value indicating whether the bookmark has any children. | |
Indent | Gets the indentation level of the bookmark in its containing tree. | |
Open | Gets or sets a value indicating whether the bookmark is open (shows all its children). | |
Title | Gets or sets string specifying the bookmark's title. |
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. |