Class: PageSetupDialog

Module location: Prnt_dlg.pkg line 832 (view source)

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

Class Hierarchy:

cObjectPageSetupDialog

Mixins:

Print_Dialog_Mixin,

Class Definition

Properties

IntegerFlags
IntegerMarginBottom
IntegerMarginLeft
IntegerMarginRight
IntegerMarginTop
IntegerMinMarginBottom
IntegerMinMarginLeft
IntegerMinMarginRight
IntegerMinMarginTop
IntegerPaperSizeX
IntegerPaperSizeY

Functions and Procedures

Construct_Object()
************************************************************************ // ** ** // ** Procedure : Construct_Object ** // ** ** // ** Purpose : Define some properties for the Page Setup dialog box. ** // ** ** // ************************************************************************ //
IntegerPageSetupDlg()
************************************************************************ // ** ** // ** 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

oEvalObjcInternetSessionBusinessProcess.pkg88