Files
docs-desktop/dotnet-desktop-guide/framework/wpf/advanced/printing-and-print-system-management.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

26 lines
909 B
Markdown

---
title: "Printing and Print System Management"
ms.date: "03/30/2017"
helpviewer_keywords:
- "printing [WPF]"
- "print system management [WPF]"
ms.assetid: 637911b3-0c78-4493-a4fb-91db56d767cd
---
# Printing and Print System Management
Windows Vista and Microsoft .NET Framework introduce a new print path — an alternative to Microsoft Windows Graphics Device Interface (GDI) printing — and a vastly expanded set of print system management APIs.
## In This Section
[Printing Overview](printing-overview.md)
A discussion of the new print path and APIs.
[How-to Topics](printing-how-to-topics.md)
A set of articles showing how to use the new print path and APIs.
## See also
- <xref:System.Printing>
- <xref:System.Printing.IndexedProperties>
- <xref:System.Printing.Interop>
- [Documents in WPF](documents-in-wpf.md)
- [XPS Documents](/windows/desktop/printdocs/documents)