GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / PrintPreviewShowDialog Method
In This Topic
    PrintPreviewShowDialog Method
    In This Topic
    Display the print preview window.
    Syntax
    protected virtual void PrintPreviewShowDialog( 
       PrintDocument pd
    )

    Parameters

    pd
    Remarks
    This just brings up a PrintPreviewDialog, using the pd as the PrintDocument. You may want to override this method in order to modify the pd PrintDocument to alter the default appearance and behavior of the print preview window.
    See Also