| Search Locate Previous Next | Contents |
To add a Windows metafile to a report at the left margin, and set text wraparound:
nlMetafileLeft 'logo'
This will check the defined size of the metafile (assuming it has been saved with a placeable header) and add it to the report at this size. If you require a different size:
nlMetafileLeft 'artwork' (100 200)
This will force the artwork to stretch to occupy a space 100 by 200 points and set the wraparound region appropriately.
N.B. Metafiles will not appear on reports printed using the Direct PostScript option from the viewer. They print normally on a standard Windows printer.