The PageSetupDlg function creates a Page Setup dialog box that enables the user to specify the attributes of a printed page. These attributes include the paper size and source, the page orientation (portrait or landscape), and the width of the page margins.
BOOL PageSetupDlg(
LPPAGESETUPDLG lppsd pointer to a structure
);
If the user clicks the OK button, the return value is nonzero. The members of the PAGESETUPDLG structure pointed to by the lppsd parameter indicate the user's selections.
If the user cancels or closes the Page Setup dialog box or an error occurs, the return value is zero. To get extended error information, use the CommDlgExtendedError function
Windows NT: Requires version 3.51 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in commdlg.h.
Import Library: Use commdlg32.lib.
Unicode: Implemented as Unicode and ANSI versions on Windows NT.
Common Dialog Box Library Overview, Common Dialog Box Functions, CommDlgExtendedError, PagePaintHook, PAGESETUPDLG, PageSetupHook