[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.PrintDocumentGridRenderer.PrintPage

PrintPage Method

PrintPage(PrintPageEventArgs, bool)

Renders the current page into the document.

Declaration
public void PrintPage(PrintPageEventArgs e, bool isPreview = false)
Parameters
Type Name Description
PrintPageEventArgs e

PrintPageEventArgs that provides parameters for rendering the page.

bool isPreview

Printing in preview window.

PrintPage(PrintPageEventArgs, int, bool)

Renders a specific page into the document.

Declaration
public void PrintPage(PrintPageEventArgs e, int pageIndex, bool isPreview = false)
Parameters
Type Name Description
PrintPageEventArgs e

PrintPageEventArgs that provides parameters for rendering the page.

int pageIndex

Index of the page to print.

bool isPreview

Printing in preview window.

Remarks

This method is used to render specific ranges of pages within the document.