Multiple choice .net

Which dialog control allows the user to zoom in on a document?

  1. PrintDialog

  2. PrintPreview

  3. PageSetupDialog

  4. Both a and b.

  5. All of the above.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

PrintPreviewDialog displays a document preview with zoom capabilities, allowing users to examine the document before printing. PrintDialog only collects print settings. PageSetupDialog configures page margins and orientation. Only PrintPreview provides the zoom-in preview functionality.