[]
        
(Showing Draft Content)

C1.WPF.Grid.FlexGrid.PrintPreview

PrintPreview Method

PrintPreview(string, GridScaleMode, Thickness, int)

Displays the window with the print preview content.

Declaration
public void PrintPreview(string docName, GridScaleMode scaleMode, Thickness margin, int maxPages)
Parameters
Type Name Description
string docName

The document name.

GridScaleMode scaleMode

The GridScaleMode.

Thickness margin

The margin of the pages.

int maxPages

The maximum printed pages.

PrintPreview(GridPrintParameters)

Displays the window with the print preview content.

Declaration
public void PrintPreview(GridPrintParameters pp)
Parameters
Type Name Description
GridPrintParameters pp

The printing parameters.