PrepAway - Latest Free Exam Questions & Answers

which base class would you obtain your class to create a class that meets the requirements?

You are working as an application developer at Domain.com. The Domain.com network consists of a single Active Directory domain named Domain.com. Domain.com uses Visual Studio 2005 as an application platform. Domain.com consists of a Development department. Domain.com consists of a Development department. You as the developer of Domain.com use a client computer named Certkiller -WS009 as developing collateral.
You are busy creating a Microsoft Windows Forms applications for the security agency. The application is used to print security-related documents. They also want the document to be watermarked on each page.
From which base class would you obtain your class to create a class that meets the requirements?

PrepAway - Latest Free Exam Questions & Answers

A.
PrintDocument

B.
PrintPreviewControl

C.
PrintController

D.
PrintPreviewDialog

Explanation:
The PrintDocument allows you to override the OnPrintPage method which will print a secure watermark on each page.

Incorrect Answers:
B: The PrintPreviewControl represents a customized print preview control. You then can add this to the form but you cannot customize the printing process.
C: The PrintController allow you to control the printing process but cannot force secure watermarks.
D: The PrintPreviewDialog shows the Print Preview dialog box. You cannot customize the printing process.


Leave a Reply