[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.PrintPreview

PrintPreview Method

PrintPreview(string, ScaleMode, Thickness, int)

Displays the window with the print preview content.

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

The document name.

ScaleMode scaleMode

The ScaleMode.

Thickness margin

The margin of the pages.

int maxPages

The maximum printed pages.

PrintPreview(PrintParameters)

Displays the window with the print preview content.

Declaration
public void PrintPreview(PrintParameters p)
Parameters
Type Name Description
PrintParameters p

The printing parameters.