| Search Locate Previous Next | Contents |
To add a Windows bitmap to a report as an independent paragraph (using the current settings for alignment and spacing):
leaf.Bitmap 'screen.bmp'
This will assume a 96dpi screenshot unless you add the second argument to give the scan frequency of the original, for example for a 300dpi scanned image:
leaf.Bitmap 'photo' 300 'pics' leaf.Bitmap 'photo' 300
The second example shows that you can give a temporary paragraph style as the optional left argument.