I have a PrintPreviewDialog. By default, the document to be printed is being shown on the white sheet. Is it possible to change the background from that white sheet to a custom image?
EDIT
I’ve figured it out – I had to
DrawImage on the PrintedDocument.
I’ve figured it out – I had to DrawImage on the PrintedDocument.