Printing question
-
I'm trying to send the output to the printer. I found that the output on the printer is very very small..... For example, if I want to print everything on the whole screen, it will be printed on the left upper corner of the paper. Can I make it bigger and use the whole paper and change to position to Landscape?
-
I'm trying to send the output to the printer. I found that the output on the printer is very very small..... For example, if I want to print everything on the whole screen, it will be printed on the left upper corner of the paper. Can I make it bigger and use the whole paper and change to position to Landscape?
What you've discovered is the difference between the DPI of your screen, and the DPI of your printer. Your screen is measured in pixels, but a printer is measured in TWIPS, which are some fraction of an inch ( I forget, but basically - there small ). The whole print framework is too complex for me to cover thoroughly, I'd suggest you look in the main site under printing, there are a number of articles there that will get you going. Christian The content of this post is not necessarily the opinion of my yadda yadda yadda. To understand recursion, we must first understand recursion.
-
I'm trying to send the output to the printer. I found that the output on the printer is very very small..... For example, if I want to print everything on the whole screen, it will be printed on the left upper corner of the paper. Can I make it bigger and use the whole paper and change to position to Landscape?
What you've discovered is the difference between the DPI of your screen, and the DPI of your printer. Your screen is measured in pixels, but a printer is measured in TWIPS, which are some fraction of an inch ( I forget, but basically - there small ). The whole print framework is too complex for me to cover thoroughly, I'd suggest you look in the main site under printing, there are a number of articles there that will get you going. Christian The content of this post is not necessarily the opinion of my yadda yadda yadda. To understand recursion, we must first understand recursion.
-
I'm trying to send the output to the printer. I found that the output on the printer is very very small..... For example, if I want to print everything on the whole screen, it will be printed on the left upper corner of the paper. Can I make it bigger and use the whole paper and change to position to Landscape?
1 twip = 1/1440 inch 1 pixel on avg = 1/72 inch your output will be approx 20 times too small look at the device context mapping modes you are using :suss: --- "every year we invent better idiot proof systems and every year they invent better idiots"
-
I'm trying to send the output to the printer. I found that the output on the printer is very very small..... For example, if I want to print everything on the whole screen, it will be printed on the left upper corner of the paper. Can I make it bigger and use the whole paper and change to position to Landscape?
go to www.maxcode.com and then go to visual c++ toturials you find free e-book abou visual c++6 and you find whole chapter about Printing and you find the answer about your question... AHMAD ALWASHALI