Greetings,
I need to use PrintOut() to print the map to a file, but find that it's locking up when I make the call. Here are the parameters I'm using.
mpMap.PrintOut("c:\\tmp\\test.ptm","Test",1,
MapPoint.GeoPrintArea.geoPrintDirections,
MapPoint.GeoPrintQuality.geoPrintQualityPresentati on,
MapPoint.GeoPrintOrientation.geoPrintAuto,
false,false,false,false);
Can someone please point out what I'm doing wrong with this? I'm using C#, and I find the program hangs on that command, indefinitely. When I select "Break" from the "Debug" menu, it's as if the program is active at the cursor, but if I press F10, it hangs all over again.
Thanks for the help,
Bob