| it's generally working now
Wilfried,
Thanks for the suggestion. I just needed to try a host of different possibilities until I found one that worked. I now have it printing the detailed map.
mpMap.PrintOut("",title,1,
MapPoint.GeoPrintArea.geoPrintMap,
MapPoint.GeoPrintQuality.geoPrintQualityPresentati on,
MapPoint.GeoPrintOrientation.geoPrintPortrait,
false,false,false,false);
But the resolution is small enough that most of the road names won't print. Do you know if there's a way to make this map print lengthwise on the page? This would allow for a bigger map, since it's wider than it is tall.
Also, would you happen to know how to prevent the printer from slicing the end of every page? It's like it's getting a page feed or some other character, which cause my printer (a Star TRS800) to slice the page after each map.
Thanks for the help,
Bob |