* 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
2.4 KiB
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PageSetupDialog Component | 03/30/2017 |
|
1c7ccb02-ac62-4fc8-8e4f-c67b01a86802 |
PageSetupDialog Component (Windows Forms)
The Windows Forms xref:System.Windows.Forms.PageSetupDialog component is a pre-configured dialog box used to set page details for printing in Windows-based applications. Use it within your Windows-based application as a simple solution for users to set page preferences in lieu of configuring your own dialog box. You can enable users to set border and margin adjustments, headers and footers, and portrait vs. landscape orientation. By relying on standard Windows dialog boxes, you create applications whose basic functionality is immediately familiar to users.
In This Section
PageSetupDialog Component Overview
Introduces the general concepts of the xref:System.Windows.Forms.PageSetupDialog component, which you can use to display a pre-configured dialog box that users can use to manipulate page settings.
How to: Determine Page Properties Using the PageSetupDialog Component
Explains how to set page properties by using an instance of the xref:System.Windows.Forms.PageSetupDialog component at run time.
Reference
xref:System.Windows.Forms.PageSetupDialog
Provides reference information on the class and its members.
Related Sections
Controls to Use on Windows Forms
Provides a complete list of Windows Forms controls, with links to information on their use.
Dialog-Box Controls and Components
Describes a set of controls and components that allow users to perform standard interactions with the application or system.