GoDiagram Win Reference
PrintPreviewShowDialog Method

Display the print preview window.
Syntax
'Declaration
 
Protected Overridable Sub PrintPreviewShowDialog( _
   ByVal pd As PrintDocument _
) 
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members
PrintShowDialog Method

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback