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.
Element | Attributes | Value | Notes for Element/Attribute/Value |
|---|---|---|---|
image | x1 | integer | |
y1 | integer | ||
width | integer | Default is 0. | |
height | integer | Default is 0. | |
file | file | Path of image file. | |
scale | integer | Default is 80. | |
resize | integer | Default is 0. | |
rotation | integer | Default is 0. | |
file-exist | boolean | Default is false. | |
file-mandatory | boolean | Default is false. | |
border | boolean | Default. Document border. | |
page | integer | Default 0. TIFF image page. | |
anchor | url |
<image x1="70" y1="500" file="house.jpg" width="200" height="100"/>