Printing made easy with MFC
-
hi everyone, I read the article "Printing Made Easy with MFC" and am using the GPrintUnit and GPrintJob classes. I would like to know how to redefine the Rect for printing, or more specifically how to introduce a margin so that my printing does not start on the edge of the page. Thanks in advance Regards Rui
-
hi everyone, I read the article "Printing Made Easy with MFC" and am using the GPrintUnit and GPrintJob classes. I would like to know how to redefine the Rect for printing, or more specifically how to introduce a margin so that my printing does not start on the edge of the page. Thanks in advance Regards Rui
http://www.codeproject.com/printing/PrintingTricksAndTips.asp[^] My article has a section on margins. Roger Allen Sonork 100.10016 I have a terminal disease. Its called life!
-
http://www.codeproject.com/printing/PrintingTricksAndTips.asp[^] My article has a section on margins. Roger Allen Sonork 100.10016 I have a terminal disease. Its called life!
Thanks for the article, it does explain quite a bit on printing. But I was wondering more about where to set the JRECT defined in the classes GPrintUnit and GPrintJob? Although I am going to try to override the GPrintInfo function and set the JRECT there. I am not sure if this is correct. Thanks Rui