[]
        
(Showing Draft Content)

C1.C1Preview.C1PrintDocument.OnPageUpdated

OnPageUpdated Method

OnPageUpdated(C1Page)

Called during document generation after a C1Page has updated, raises the PageUpdated event.

This method is called each time a RenderObject's fragment (RenderFragment) is added to or removed from the page (i.e. this method is called very often while the document generates).

See also OnPageChanged(C1Page).

Declaration
protected virtual void OnPageUpdated(C1Page page)
Parameters
Type Name Description
C1Page page

The C1Page object identifying the updated page.