FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / PrintPreview Method / PrintPreview(PrintParameters) Method
The printing parameters.

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

    Parameters

    p
    The printing parameters.
    See Also