G
Guest
I'm printing a combination of text and graphics to the printer. When I print
to my HP Laserjet, everything comes out ok. If I print to my Canon Inkjet
photo printer (i475D series), all I get is text. I don't get lines under the
text, printed using e.Graphics.DrawLine(Pens.Black, LineX1, LineY, LineX2,
LineY) in the Print_Page event, and I don't get images, using
e.Graphics.DrawImage(Me.picSign.Image, 0, CInt((0.25 + (4 *
NumPrintedOnPage)) * pdDoc.DefaultPageSettings.PrinterResolution.X),
CInt(SignWidth), CInt(SignHeight)) to print the graphic stored in a picture
box at a set number of inches. Like I said, the same print code prints
everything fine on the one printer, and on the other I only get what was
printed using the e.Graphics.DrawString method. Any ideas on how to fix this
would be greatly appreciated!
Thanks.
to my HP Laserjet, everything comes out ok. If I print to my Canon Inkjet
photo printer (i475D series), all I get is text. I don't get lines under the
text, printed using e.Graphics.DrawLine(Pens.Black, LineX1, LineY, LineX2,
LineY) in the Print_Page event, and I don't get images, using
e.Graphics.DrawImage(Me.picSign.Image, 0, CInt((0.25 + (4 *
NumPrintedOnPage)) * pdDoc.DefaultPageSettings.PrinterResolution.X),
CInt(SignWidth), CInt(SignHeight)) to print the graphic stored in a picture
box at a set number of inches. Like I said, the same print code prints
everything fine on the one printer, and on the other I only get what was
printed using the e.Graphics.DrawString method. Any ideas on how to fix this
would be greatly appreciated!
Thanks.