mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-07 16:06:07 +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: "PrintDialog"
|
||||
ms.date: "03/30/2017"
|
||||
f1_keywords:
|
||||
- "AutoGeneratedOrientationPage"
|
||||
helpviewer_keywords:
|
||||
- "print dialogs [WPF], PrintDialog control"
|
||||
- "controls [WPF], PrintDialog"
|
||||
- "PrintDialog control [WPF]"
|
||||
ms.assetid: 0ce9e3e7-206f-45ec-b845-4c05cfb5ff1d
|
||||
---
|
||||
# PrintDialog
|
||||
The <xref:System.Windows.Controls.PrintDialog> control is used to instantiate a standard print dialog box that automatically configures a <xref:System.Printing.PrintTicket> and <xref:System.Printing.PrintQueue> according to user input.
|
||||
|
||||
## Reference
|
||||
<xref:System.Windows.Controls.PrintDialog>
|
||||
|
||||
<xref:System.Printing.PrintTicket>
|
||||
|
||||
<xref:System.Printing.PrintQueue>
|
||||
|
||||
## See also
|
||||
|
||||
- [Printing Overview](../advanced/printing-overview.md)
|
||||
- [Documents in WPF](../advanced/documents-in-wpf.md)
|
||||
Reference in New Issue
Block a user