[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.C1FlexGridBase.PrintPage

PrintPage Event

Fires after the grid finishes printing a page.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public event PrintPageEventHandler PrintPage
Returns
Type Description
PrintPageEventHandler Fires after the grid finishes printing a page.
Remarks

This event is typically used to provide feedback while printing the grid, and to offer the user a cancel button that can be used to stop the printing process. You can also use this event to add custom elements to the printed pages.

Use the PrintGrid(string, PrintGridFlags) method to print the grid and specify the document name, common printing options, headers and footers.

Use the PrintParameters property to specify less common printing options such as header and footer fonts, page margins, orientation, and so on.