Print / Print PreView Problem
I am using doc/view in my app. When I go to print preview all my rendering on the view looks fine however when i print i get different results
I am using MM_ANISOTROPIC for my view and setting the windows origion to the center of the screen.
When printing I only getting the 4th quadren of the page ( bottom right )
I tried calling my OnDraw() function in OnPrint instead of CView::Onprint() for WYSIWYG but no results.
Basically everything looks fine in the Print Preview but not when it actually prints.
Any ideas on where I can start looking to fix this problem

