The height of the image used by a image survey item.
<image>
image.name.imageHeight
Read/Write
extent
The value can be specified in percentages, pixels, or points.
The following displays the value of imageHeight in a text stimulus:
<text myText>
/ items= ("imageHeight = <% image.i1.imageHeight %>")
</text>
The following displays the value of imageHeight in an instruction page:
<page myPage>
imageHeight = <% image.i1.imageHeight %>
</page>