I have a mobile mapcache that I would like to create an image out of and insert into a Word document. Anyone know how to export a mobile cache to an image format with c#, VB, javascript...?? I do not have access to the MapService from which it was created nor ArcMap...I just have the mobilecache.
Thanks!
EDIT: I have found a few methods in the ESRI.ArcGIS.Mobile.Map class that I might be able to use. One is DrawToBitmap and the other is GetMapImage. I would rather use GetMapImage, as the definition of this method is that it gets the "off-screen" area, and I do not want to display the map before I print it. But, I cannot seem to find any code examples on this method! Any ideas on how to use it? I create a MapImage, and there is no Save or Export function to use in order to convert the image to a usable (jpg, or otherwise) format.