Property | Type | Description |
form |
string |
If using a form for the image path, this is the name of the form. If left unspecified, and fieldname is supplied, the default will be whatever form the image is inside. |
fieldname |
string |
If using a form for the image path, the name of the column in the datasource you want to reference. |
source |
string |
An OSML pathname for the location of the image (such as a png or jpg file). |
height |
integer |
height, in pixels, of the image. |
width |
integer |
width, in pixels, of the image. |
x |
integer |
x-coordinate of the upper left corner of the image, relative to its container. |
y |
integer |
y-coordinate of the upper left corner of the image, relative to its container. |