Method Update
Update()
Recalculates bounds of all pages in the collection.
public virtual void Update()
Update(IEditPage)
Recalculates bounds of the specified page.
public virtual void Update(IEditPage page)
Parameters
page
IEditPagePage to update.
Update(IEditPage, bool)
Recalculates bounds and updates content of specified page.
public virtual void Update(IEditPage page, bool changed)