printing problem
-
I am printing one bitmap but the bottom most portion of the bitmap is not getting printed, wt might be the reason. i am using default setting of printer. if somebody know pls let me know abt it. ThankXXXXX
-
I am printing one bitmap but the bottom most portion of the bitmap is not getting printed, wt might be the reason. i am using default setting of printer. if somebody know pls let me know abt it. ThankXXXXX
The most obvious thing to say is... is the bitmap's ratio of width to height much taller than the printer page? {:v) It might help if you show us the code that actually 'prints' the bitmap, so we can see if you're doing anything unusual. If you could specify the size of the test bitmap in pixels and the resolution of your printer page in pixels (using the CDC's GetDeviceCaps() method), that would be useful too.
-
I am printing one bitmap but the bottom most portion of the bitmap is not getting printed, wt might be the reason. i am using default setting of printer. if somebody know pls let me know abt it. ThankXXXXX
Can you show how did you try to it?