Printer Resolution
-
Hi, I want to know the resolution of the default printer. You will find the setting mannualy once you will go in the "general tab->printing prefrence->printing quality", Can anybody help me how to find that value using VC++/MFC. Thanks...
What about
GetDeviceCaps
[^]? :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Hi, I want to know the resolution of the default printer. You will find the setting mannualy once you will go in the "general tab->printing prefrence->printing quality", Can anybody help me how to find that value using VC++/MFC. Thanks...
Try the following: 1. GetDefaultPrinter()[^] 2. DeviceCapabilities()[^]