hwISession SetCurrentPaperSize

Sets the current paper size.

Syntax

hwISession_handle SetCurrentPaperSize name

Application

HyperWorks Tcl Modify

Description

This command sets the current paper size.

Inputs

name
The name of the paper size. The input options are Letter, Legal or A4. If you forget what the different paper sizes are, call the GetPaperSizeList command.

Example

hwi GetSessionHandle sess;
sess SetCurrentPaperSize Legal;

Error

Returns success (0) or an error code.

Keywords

HyperWorks

Tcl

Print

Modify