FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / PrintPreview Method / PrintPreview(GridPrintParameters) Method
The printing parameters.

In This Topic
    PrintPreview(GridPrintParameters) Method
    In This Topic
    Displays the window with the print preview content.
    Syntax
    'Declaration
     
    Public Overloads Sub PrintPreview( _
       ByVal pp As GridPrintParameters _
    ) 
    public void PrintPreview( 
       GridPrintParameters pp
    )

    Parameters

    pp
    The printing parameters.
    See Also