Skip to content

Canvas::AppendBookmarkRecursive method

Appends this bookmark and the and it's children recursively.

Prototype

void AppendBookmarkRecursive(Bookmark bookmark)
void AppendBookmarkRecursive(Bookmark bookmark) throws IGRException;
def AppendBookmarkRecursive(self, bookmark: Bookmark) -> void

Parameters

bookmark: Bookmark : The bookmark to add to the output canvas.

Return value

void : void