What are the important properties of the PageSetupDialog component?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are the important properties of the PageSetupDialog component?
Rating:
The following table displays the important properties of the PageSetupDialog component:
| AllowMargins | It sets a value to indicate whether the margins section of the Page Setup dialog box is enabled. The default property value is set to true. |
| AllowOrientation | It sets a value to indicate whether the orientation (landscape or portrait) section of the Page Setup dialog box is enabled. The default property value is set to true. |
| AllowPaper | It sets a value to indicate whether the paper section (such as paper size and paper source) of the Page Setup dialog box is enabled. The default property value is set to true. |
| AllowPrinter | It sets a value to indicate whether the Printer button of the Page Setup dialog box is enabled. The default property value is set to true. |
| Document | It sets a value to indicate the PrintDocument object for getting page settings for the document to be printed. |
| EnableMetric | It sets a value to indicate whether the margin settings are automatically converted to and from hundredths of an inch when they are displayed in millimeters. The default property value is set to false. |
| MinMargins | It sets a value to indicate the minimum margins (in hundredths of an inch) for allowing a user to select. |
| ShowHelp | It sets a value to indicate whether the Help button is visible. The default property value is set to false. |
| ShowNetwork | It sets a value to indicate whether the Network button is visible in the Page Setup dialog box. The default property value is set to true. |
Rating:
Was this information helpful?
Other articles
- How to create a Windows-based C# application project?
- What is the PrintDialog component?
- What is the PageSetupDialog component?
- Performing drag-and-drop operations in a Windows Forms application
- What is the <value> element?