Canvas::AppendBookmark method¶
Appends only this current bookmark.
This function does not enumerate the Children bookmarks.
Prototype¶
void AppendBookmark(Bookmark bookmark)
void AppendBookmark(Bookmark bookmark) throws IGRException;
def AppendBookmark(self, bookmark: Bookmark) -> void
void AppendBookmark(Bookmark bookmark)
Parameters¶
bookmark
: Bookmark
: The bookmark to add to the output canvas.