HyperWorks Desktop

*SetDefaultPrintPageSize()

Sets the default paper size to be used when printing.

*SetDefaultPrintPageSize()

Sets the default paper size to be used when printing.

Previous topic Next topic No expanding text in this topic  

*SetDefaultPrintPageSize()

Sets the default paper size to be used when printing.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

 

List of Preference Statements