What should you do to display without the standard print preview user control?

You are creating a Windows Forms application that manages document creation.You need to display a customized print preview of the document that show within the main form. You want the customized view to display without the standard print preview user control. What should you do?

You are creating a Windows Forms application that manages document creation.You need to display a customized print preview of the document that show within the main form. You want the customized view to display without the standard print preview user control. What should you do?

A.
Use the PrintPreviewDialog component.
Set the Document property to the document to be printed.
Use the ShowDialog method to display the control.

B.
Use the PrintPreview control.
Set the Document property to the document to be printed.

C.
Use the PrintPreviewDialog component.
Set the Document property of the control to the document to be printed.
Use the Show method to display the control.
Use the MainMenuStrip property to configure the user controls you want.

D.
Use the PrintPreview control.
Set the Name property to the name of the document to be printed.



Leave a Reply 0

Your email address will not be published. Required fields are marked *