Image objects
Hi to All!!
I've created an image within a BufferedImage object, but now I want to scale it and send it to printer. I've tried to do this by the GetScaledInstance method and it works, but the problem comes because the method returns an Image object, and I can't send the Image object to the printer. Do you know some method to send an Image object directly to the printer?. any alternative suggestion?.
Regards.

