[]
        
(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)
Public Sub PrintPreview(docName As String, scaleMode As GridScaleMode, margin As Thickness, maxPages As Integer)
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)
Public Sub PrintPreview(pp As GridPrintParameters)
Parameters
Type Name Description
GridPrintParameters pp

The printing parameters.