Well' I'm trying to print image from my PictureBox...this is my code for drawing image:
e.Graphics.DrawImage(PictureBox1.Image, 0, 0)
But I need something more specified...when I print my document with this code, for some of those, I don't get the whole document. So I need to specify that...I need to stretch my image to my A4 page so that m. How can I do that? Hope someone could help me.