Element - image
The image element adds an image to the current page.
Width and height take precedence over scale. Width and height must be greater than 0 to take effect.
Syntax:
Element |
Attributes |
Value |
Notes for Element/Attribute/Value |
image |
x1 |
integer |
|
y1 |
integer |
|
|
width |
integer |
Default. 0. |
|
height |
integer |
Default. 0. |
|
file |
file |
Path of image file. |
|
scale |
integer |
Default. 80. |
|
rotation |
integer |
Default. 0. |
|
file-exist |
boolean |
Default. false. |
|
file-mandatory |
boolean |
Default. false. |
|
border |
boolean |
Default. Document border. |
|
page |
integer |
Default 0. TIFF image page. |
|
anchor |
url |
|
Example
<image x1="70" y1="500" file="house.jpg" width="200" height="100"/>