Overload List

  NameDescription
ChangePage(IPage, IEnumerable)
Updates the page (identified by its unique page id) with the new Render.Page. Unlike the ChangePage(object newPage, int index) method, this method invalidates only the areas covered by changed drawels, thus producing much less flicker in the preview.
ChangePage(Object, Int32)
Replaces the page with the specified index with the new page.

See Also