windows - GDI+ DrawImage() with transparent bitmap to a printer -


does have pointers on how draw bitmap has alpha channel using graphics::drawimage() when graphics context created based on printer hdc? printer drivers don't support alpha blending - there alternative rendering offscreen bitmap , sending printer. not feasible, high res printing large format printers.

what kind of printer that? regular printers don't print white. create in-memory image , 'flatten' (remove alpha channel) , print result.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -