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
CommDlgExtendedError, PagePaintHook, PAGESETUPDLG, PageSetupHook
file: /Techref/os/win/api/win32/func/src/f66_19.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 00:34,
18.119.160.224:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/func/src/f66_19.htm"> PageSetupDlg</A> |
Did you find what you needed? |