Image Draw
-
Hi Folks, I have requirement to print text and image. The text can be printed separately by calling Graphics.DrawString method and image can be printed by Graphics.DrawImage. But I need to print them both in same command. The problem is when I call Graphics.DrawString first and Graphics.DrawImage later image overlaps text. Cann't I print image in next page in same event. Any Solution to it. Regards
-
Hi Folks, I have requirement to print text and image. The text can be printed separately by calling Graphics.DrawString method and image can be printed by Graphics.DrawImage. But I need to print them both in same command. The problem is when I call Graphics.DrawString first and Graphics.DrawImage later image overlaps text. Cann't I print image in next page in same event. Any Solution to it. Regards
Please supply the print code chunk to get to your problem Hesham