mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-09 07:56:08 +02:00
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
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
---
|
||||
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)
|
||||
Reference in New Issue
Block a user