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
Parameters¶
bookmark
: Bookmark
: The bookmark to add to the output canvas.
Return value¶
void
: void