CPageSetupDialog::CPageSetupDialog

CPageSetupDialog( DWORD dwFlags = PSD_MARGINS | PSD_INWININIINTLMEASURE, CWnd* pParentWnd = NULL );

Parameters

dwFlags

One or more flags you can use to customize the settings of the dialog box. The values can be combined using the bitwise-OR operator. These values have the following meanings:

pParentWnd

Pointer to the dialog box’s parent or owner.

Remarks

Call this function to construct a CPageSetupDialog object. Use the DoModal function to display the dialog box.

CPageSetupDialog OverviewClass MembersHierarchy Chart

See Also   CPrintDialog, CPageSetupDialog