Files
docs-desktop/dotnet-desktop-guide/framework/winforms/controls/printdocument-component-windows-forms.md
Andy De George c0ba284473 Initial winforms content migrated (#18)
* 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
2020-09-01 16:26:21 -07:00

2.0 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
PrintDocument Component 03/30/2017
PrintDocument component [Windows Forms]
printing [Windows Forms], documents
5af6a51d-66f6-43cd-a8cd-d64eb18fe7e7

PrintDocument Component (Windows Forms)

The Windows Forms PrintDocument component is used to set the properties that describe what to print and then to print the document within Windows-based applications. It can be used in conjunction with the xref:System.Windows.Forms.PrintDialog component to be in command of all aspects of document printing.

In This Section

PrintDocument Component Overview
Introduces the general concepts of the PrintDocument component, which allows you to set properties describing what to print and launches printing in a Windows-based application.

Reference

xref:System.Drawing.Printing.PrintDocument
Provides reference information on the class and its members.

Windows Forms Print Support
Presents a list of printing topics related to Windows Forms.

PrintDialog Component
Introduces the general concepts of the xref:System.Windows.Forms.PrintDialog component, which allows you to display a pre-configured dialog box that users can use to select a printer, choose pages to print, and determine print-related settings.

PrintPreviewControl Control
Introduces the general concepts of the xref:System.Windows.Forms.PrintPreviewControl, which you can use to design your own print preview dialog box or component.

PrintPreviewDialog Control
Introduces the general concepts of the xref:System.Windows.Forms.PrintPreviewDialog control, which allows you to display a pre-configured dialog box that users can use to see a version of their document as it will look when it prints.