[]
        
(Showing Draft Content)

C1.Win.FlexGrid.PrintDocumentGridRenderer.PrintPage

PrintPage Method

PrintPage(PrintPageEventArgs, bool)

Renders the current page into the document.

Declaration
public void PrintPage(PrintPageEventArgs e, bool isPreview = false)
Public Sub PrintPage(e As PrintPageEventArgs, Optional isPreview As Boolean = 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)
Public Sub PrintPage(e As PrintPageEventArgs, pageIndex As Integer, Optional isPreview As Boolean = 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.