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
This commit is contained in:
Andy De George
2020-09-01 16:26:21 -07:00
committed by GitHub
parent 1a27c9b107
commit c0ba284473
1557 changed files with 129980 additions and 13 deletions
@@ -0,0 +1,31 @@
---
title: "PrintDocument Component"
ms.date: "03/30/2017"
helpviewer_keywords:
- "PrintDocument component [Windows Forms]"
- "printing [Windows Forms], documents"
ms.assetid: 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](printdocument-component-overview-windows-forms.md)
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.
## Related Sections
[Windows Forms Print Support](../advanced/windows-forms-print-support.md)
Presents a list of printing topics related to Windows Forms.
[PrintDialog Component](printdialog-component-windows-forms.md)
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](printpreviewcontrol-control-windows-forms.md)
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](printpreviewdialog-control-windows-forms.md)
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.