How would one programatically print a .BMP file? Preferably, I'd like to do this from an ASP.NET page and print out the .BMP file (which I will be creating dynamically on the server side) on the client side?

Any help is hugely appreciated.

Thanks!