Medium
You are creating a Windows Forms application that implements the printing feature using the .NET Framework. You implement the form's PrintPage event by associating an instance of PrintDocument to an instance of the PrintPreviewDialog control named prevDialog1. You want to set the default size of the PrintPreviewDialog to full screen.
You must provide a print preview to the user by adding a code segment to the Click event of the button on the form. What code segment should you use?
Author: Guillaume BroutStatus: PublishedQuestion passed 228 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
0
What is the name of the technology that allows you to deploy a C# application to a user's computer without the user having to install it?1
How to set the splitter distance and the fixed panel of a split container in C#1
What is the default value of the SelectionMode property of a ListView in C#?0
How to implement drag and drop in a WPF ListView.0
How to read an XML file in C#0
Add a ToolStripControlHost to a ContextMenuStrip in C#0
Create a new frmSecondary object and show it.