Files
docs-desktop/dotnet-desktop-guide/framework/winforms/controls/printdocument-component-overview-windows-forms.md
T
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.7 KiB

title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
title ms.date f1_keywords helpviewer_keywords ms.assetid
PrintDocument Component Overview 03/30/2017
PrintDocument
PrintDocument component [Windows Forms], about PrintDocument component
printing [Windows Forms], PrintDocument component
b59b4b60-dce5-42ca-8421-3a54a2f7bab0

PrintDocument Component Overview (Windows Forms)

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

Working with the PrintDocument Component

Two of the main scenarios that involve the xref:System.Drawing.Printing.PrintDocument component are:

When it is added to a form, the xref:System.Drawing.Printing.PrintDocument component appears in the tray at the bottom of the Windows Forms Designer in Visual Studio.

See also