I am trying to use Print Preview in an MFC app to display a graphic image
(drawn via GDI calls). The image is being drawn correctly but it is _very_
small (the problem).
What do I need to do to get the image to fill the print preview sheet?
I suspect that I have to do some type of conversion from screen resolution
to printer resolution before drawning the image in preview (as well as
print) mode.
Kendall Schmidt