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