I'm having a problem with printing 2 images in 1 A4 paper using Printer.PaintPicture method. Is there any way to combine 2 images with this method? Or any other way that i can do that?
Printable View
I'm having a problem with printing 2 images in 1 A4 paper using Printer.PaintPicture method. Is there any way to combine 2 images with this method? Or any other way that i can do that?
you can print more than one image on a page, you have to set where you want printing to start for each picture using the x and y positions in the paintpicture method and also you can set the height and width, you also need to ensure that nothing else you are printing runs onto the new page, before printing the picture
pete