**************************************************************************** //
** ** //
** Class : PrintDialog ** //
** ** //
** Purpose : This class is a wrapper for the Print Setup dialog box. ** //
** ** //
**************************************************************************** //
IntegerPrintDialog()
************************************************************************ //
** ** //
** Function : PrintDlg ** //
** ** //
** Purpose : This function displays the Print 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 ** //
** Print Setup dialog or an error occurs, the return value ** //
** is zero (false). ** //
** ** //
************************************************************************ //