|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| commdlg32.lib
| Header File
| commdlg.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
PageSetupDlg
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
| );
|
|
Parameters
lppsd
Pointer to a PAGESETUPDLG structure that contains information used to initialize the dialog box. The
structure receives information about the user's selections when the function
returns.
Return Values
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
See Also
CommDlgExtendedError, PagePaintHook, PAGESETUPDLG, PageSetupHook
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|