Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.200 PaperOrientation Property

Description:

Defines the orientation of the image on the paper.

Used in control(s):

Print

Values (with constants):

0 - Auto:(POW-DEFAULTORIENTATION)
Uses the printer setting.

1 - Portrait:(POW-PORTRAIT)
Prints the image length-wise on the paper.

2 - Landscape:(POW-LANDSCAPE)
Prints the image across the paper.

Default value:

Depends on the target printer.

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

POW-PAPERDIRECTPIC S9(4) COMP-5