BookmarkAddChild Method (Bookmark) |
Adds the specified Bookmark as the new last child of this Bookmark.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void AddChild(
Bookmark bookmark
)
Public Sub AddChild (
bookmark As Bookmark
)
public:
virtual void AddChild(
[InAttribute] Bookmark^ bookmark
) sealed
function AddChild(bookmark);
Parameters
- bookmark
- Type: pdftron.PDFBookmark
The Bookmark object to be added as a last child of this Bookmark.
Remarks Parameter in_bookmark must not be linked to a bookmark tree.
If this Bookmark previously had no children, it will be open after the child is added.
See Also