I am using Silverlight 3 and I am trying to take a screenshot of an esri map.
I managed to take a screenshot and save it as a file for silverlight controls, but when I try to access the image of the Esri map, I get a "Pixel access error" error. I heard that this is due to different domains (I'm trying to get a map image on the client side, and the map image is not available on the server side in the silverlight application).
So I'm trying to find a function from esri to save the map image as a file. Does anyone know how to do this? or any other way?
source
share