*SetDefaultPrintPageSize()
Sets the default paper size to be used when printing.
Syntax
*SetDefaultPrintPageSize (size)
Application
Valid only in preference files.
Inputs
- size
 - 
            
- 0
 - Letter
 - 1
 - Legal
 - 2
 - A4
 
 
Example
*BeginDefaults()
    *SetDefaultPrintPageSize(1)
*EndDefaults()
      Comments
In GUI mode, the default paper size is the initial selection in the print dialog.
In batch mode, the default paper size is used to print.