Hi, I am using .NET to access the MapPoint 11.0 (2004) object library to open about 20 pre-saved Maps (.ptm), update the linked data (.csv) and then save the resulting maps as web pages. I then use the resulting .gif image.
Since the Map object's height and width properties are read-only, I have been trying to use the App object to set the height and width at the application level - adjusting for the menu, toolbar, etc..
However, it seems that the resulting .gif images are not the desired size and what's even more troubling is that they are not all the same even though they were created using the same App object with the same height/width settings at that level.
If I open the .ptm file that is already sized to the proper dimensions and perform a "Save as web page" from the application, the image is the proper size.
Is there any way to control this from code that produces consistent results?
Thank you.