Sets the default paper size to be used when printing.
*SetDefaultPrintPageSize()Sets the default paper size to be used when printing. |
|||||
*SetDefaultPrintPageSize()Sets the default paper size to be used when printing. |
Syntax |
*SetDefaultPrintPageSize(size) |
|
Argument |
Name |
Description |
size |
0 – Letter 1 – Legal 2 – A4 |
|
Example |
*BeginDefaults() *SetDefaultPrintPageSize(1) *EndDefaults() |
|
Application |
Valid only in preference files. |
|
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. |
|
See also |
|
|