I'm currently working on a project that requires something of a letterhead to be printed above some text. I use a RichText control for the text, and basic Printer.Print and Printer.EndDoc (with a little more complicated alignment etc.. code). What i want to know, is how might one use simple code such as Printer.print to add an image to the printjob (i've figored out how to use a certain image object, but it automatically ends the document after the image, so it's no use to me.) I need some way to add an image to a printjob, but not have it end the document, so that i can also add text to the printjob. Thank you very much!