[]
        
(Showing Draft Content)

C1.C1Preview.C1PrintDocument.OnPageConfigure

OnPageConfigure Method

OnPageConfigure(C1Page)

Called when a new empty page is created and added to the current document, raises the PageConfigure event. When this method is called, the C1Page has already been added to the Pages collection but has not yet been resolved. If overridden in a derived class, must call the base method; can be used to change the layout of the new page.

Declaration
protected virtual PageLayout OnPageConfigure(C1Page page)
Parameters
Type Name Description
C1Page page

The newly added C1Page object.

Returns
Type Description
PageLayout

The PageLayout object created by the PageConfigure event, or null.