Represents the raw preview part of print previewing from a Windows Forms application, without any dialog boxes or buttons. Most System.Windows.Forms.PrintPreviewControl objects are found on System.Windows.Forms.PrintPreviewDialog objects, but they do not have to be.
See Also: PrintPreviewControl Members
When you create an instance of the System.Windows.Forms.PrintPreviewControl class, some of the read/write properties are set to initial values. For a list of these values, see the PrintPreviewControl.#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.