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 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
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.
.NET Desktop feedback