Printing to a laser printer deletes bitmaps

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My OnDraw() shows a bitmap via pDC->StretchBlt(), and when I send it to an
inkjet printer it looks fine. But when I send it to a laser printer, the
picture is gone -- but text and lines that I added are still there. I've
tried two different laser printers, and lots of settings, but no luck.

Is this a bug in the printer drivers, or what? Can anyone help?
 
HardWorker said:
My OnDraw() shows a bitmap via pDC->StretchBlt(), and when I send it to an
inkjet printer it looks fine. But when I send it to a laser printer, the
picture is gone -- but text and lines that I added are still there. I've
tried two different laser printers, and lots of settings, but no luck.

If no one responds here, you might want to repost in the graphics group:

microsoft.public.win32.programmer.gdi

Regards,
Will
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top