Are there any samples similar to this:
wiki.thinkgeo.com/wiki/Map_S...ng_Samples
without using the world map kit layer? It is particularily tricky to configure printing for something smaller in scale, like a shape file consisting of land lots.
To be more specific, generally without printing I am capable of sizing a map by doing this:
winformsMap1.CurrentExtent =shapeFileLayer.GetBoundingBox();
However, parenting a MapPrinterLayer to the shape file seems to muck up the calculations that would normally occur. In other words, I would like the Map and printer layers to conform to a shape file's specifications.
Thanks,
-Mitch