**************************************************************************** //
** ** //
** Class : PageSetupDialog ** //
** ** //
** Purpose : This class is a wrapper for the Page Setup dialog box. ** //
** ** //
**************************************************************************** //
Class Hierarchy:
cObject

PageSetupDialogMixins:
Print_Dialog_Mixin,
Class Definition
Properties
Integer
Flags
Integer
MarginBottom
Integer
MarginLeft
Integer
MarginRight
Integer
MarginTop
Integer
MinMarginBottom
Integer
MinMarginLeft
Integer
MinMarginRight
Integer
MinMarginTop
Integer
PaperSizeX
Integer
PaperSizeY
Functions and Procedures

Construct_Object()
************************************************************************ //
** ** //
** Procedure : Construct_Object ** //
** ** //
** Purpose : Define some properties for the Page Setup dialog box. ** //
** ** //
************************************************************************ //
Integer
PageSetupDlg()
************************************************************************ //
** ** //
** Function : PageSetupDialog ** //
** ** //
** Purpose : This function displays the Page Setup dialog box. ** //
** ** //
** Returns : If the user clicks the OK button, the return value is ** //
** non-zero (true). If the user cancels or closes the Page ** //
** Setup dialog or an error occurs, the return value is ** //
** zero (false). ** //
** ** //
************************************************************************ //
Instances
oEvalObj | cInternetSessionBusinessProcess.pkg | 88 |