Represents a dialog box form that contains a System.Windows.Forms.PrintPreviewControl for printing from a Windows Forms application.
See Also: PrintPreviewDialog Members
When you create an instance of the System.Windows.Forms.PrintPreviewDialog class, some of the read/write properties are set to initial values. For a list of these values, see the PrintPreviewDialog.#ctor constructor.
For more information about printing with Windows Forms, see the System.Drawing.Printing namespace overview. If you wish to print from a Windows Presentation Foundation application, see the System.Printing namespace.