* Merge winforms framework content to working branch (#14) * Breadcrumb / TOC / Move net5 to net folder (#15) * change path from net5 to net * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Add .net 5 winforms placeholder article (#16) * added some metadata and adjusted net5 placeholder * corrections * corrections * corrections * Test1 * Swapping landing page vs concept * fix links * Fix links * Fix desc
1.5 KiB
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | ||||
|---|---|---|---|---|---|---|---|
| PrintPreviewControl Control | 03/30/2017 |
|
3fdb2e46-92a3-4e26-bb8d-63a89087b337 |
PrintPreviewControl Control (Windows Forms)
The Windows Forms PrintPreviewControl is used to display a document as it will appear when printed. This control has no buttons or other user interface elements, so typically you use the PrintPreviewControl only if you wish to write your own print-preview user interface. If you want the standard user interface, use a xref:System.Windows.Forms.PrintPreviewDialog control.
In This Section
PrintPreviewControl Control Overview
Introduces the general concepts of the PrintPreviewControl, which you can use to design your own print preview dialog or component.
Reference
xref:System.Windows.Forms.PrintPreviewControl
Provides reference information on the class and its members.
Related Sections
PrintPreviewDialog Control
Describes an alternate way to create print preview functionality.
Controls to Use on Windows Forms
Provides a complete list of Windows Forms controls, with links to information on their use.