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.

Namespace:  C1.Win.C1PrintPreview
Assembly:  C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)

Syntax

C#
public void ChangePage(
	IPage renderPage,
	IEnumerable changedDrawels
)
Visual Basic (Declaration)
Public Sub ChangePage ( _
	renderPage As IPage, _
	changedDrawels As IEnumerable _
)

Parameters

renderPage
Type: IPage
The new Render.Page object.
changedDrawels
Type: System.Collections..::.IEnumerable
A list of changed drawels.

See Also