PRB: Printer's Default Paper Size Not Used by Common Dialog Box (168573)
The information in this article applies to:
- Microsoft Platform Software Development Kit (SDK) 1.0
This article was previously published under Q168573 SYMPTOMS
When you select a printer in a common Print dialog box, the paper size may not match the default setting for the selected printer. However, the system default printer seems to keep its default paper setting.
CAUSE
This occurs because the common Print dialog box maintains the current paper setting even when the printer selection is changed. In the case of dialog initialization, the current printer is either the system default printer or one specified by the application. In either case, the common Print dialog box is initialized with the printer's default paper setting.
The common Print dialog box maintains the paper setting because it assumes that users will want to print to the same paper type when they switch to a different printer. This may be contradictory to an application developer's assumption that a different selection in the common Print dialog box should be initialized with a specific printer's default paper setting.
RESOLUTION
If you prefer that each new selection in the Print dialog box be
initialized with the printer's default paper setting, you need to implement your own Print dialog box so you can control the default settings.
STATUS
This behavior is by design.
Modification Type: | Minor | Last Reviewed: | 7/11/2005 |
---|
Keywords: | kbCmnDlg kbCmnDlgPrint kbprb kbprint KB168573 |
---|
|