Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.141 ImageHeight Property

Description:

Contains the height of the image.

Used in control(s):

Image

Value:

The height of the image expressed in the units defined in the ScaleMode property.

Default value:

None.

COBOL picture:

COMP-1

OLE data type:

OLE_YSIZE_CONTAINER

Design time access:

Reference only.

Execution time access:

Reference only.

Backward compatibility attribute:

POW-IMAGESIZE - made up of the following elements.

This property corresponds to SZ-HEIGHT.

01 IMAGE-SIZE.
02 SZ-WIDTH
PIC S9(4) COMP-5.
02 SZ-HEIGHT
PIC S9(4) COMP-5.