I'm trying to print a document with a background image in it (or document with one big table (to fit A4) with background image).
I'm using ReportHelper to print&draw RV to printer canvas.
Position of this image is set to stretched.
If I print it to local (file) printer (bullzip, xps document printer, ..) everything is OK, but if I print it on an actual printer (tried with 3 different printers) there is no background image.
If I try with your demo application, it is OK on the actual printer as well.
If I set the image position to none then it prints OK, but I need it stretched.
What am I missing?
Another question. I noticed that if I set background image to the whole document the size of the file is very big (doesn't matter JPG, PNG, ...) -> is this stored as BMP? With tables it is OK ->one table to fit A4 and then set background image to it -> small file size (i used PNG).
So we have a table with a background image (as stretch-eh). I'm printing on a physical printer. If the image is BMP it prints OK, if JPG or PNG it's not OK.
Printing on a local PDF printer -> it's always OK.