Returns the width of the file image passed as argument.
1 file.image.getWidth
<file.image.getWidth />
Returns | |
---|---|
Type | Description |
Integer | Width of the file image in pixels. |
Example
Get the width of the image.
Copy
<xsql-script name='file_bytes_read_sample1'> <body> <println> <string><file.image.getWidth><file name='test.xml' type='absolute' /></file.image.getWidth></string> </println> </body> </xsql-script>