Hi all -
I have quick a question regarding resizing an image for printing.
Right now I'm basically just capturing an image and feeding it to a PrintDocument object, then using a PrintDialog dialog box. However, it will only print part of the image if it's too big. So, is there a way to easily resize the image so it fits on a standard 8.5"x11" piece of paper?
I've been looking around but haven't had much luck so far, because printers don't have a standard number of pixels you can use to get a scaling factor for the image.
Thanks,
dace
I have quick a question regarding resizing an image for printing.
Right now I'm basically just capturing an image and feeding it to a PrintDocument object, then using a PrintDialog dialog box. However, it will only print part of the image if it's too big. So, is there a way to easily resize the image so it fits on a standard 8.5"x11" piece of paper?
I've been looking around but haven't had much luck so far, because printers don't have a standard number of pixels you can use to get a scaling factor for the image.
Thanks,
dace