I am supprised that I can't find any posts on printing in the desktop edition forum. There are a few references in Web edition forum, but they don't seem to apply.
I have used used the WinformsMap control DrawToBitmap method to create a bitmap of the map window. I can then print the bitmap, and I see a couple of advantages in the simplicity of this method, but also a serious resolution issue if I have a really good printer or if I want to print a portion of the map window.
In the previous versions of my software, which don't use map suite, I have drawn directly to the printer rather than to the picture box on the screen. I have seen something similar in the Map Suite sample code I've looked at so I assume this is an option.
Is there a recommended method of printing with desktop edition 3?
Charles