Select to view content in your preferred language

Print Bing Map in ArcGIS API Silverlight

1242
5
09-26-2010 04:23 PM
JoseSousa
Esri Contributor
Dear ArcGIS API for Flex Team,

Is it possible to print a Bing Map contained inside the ArcGIS Silverlight Map Control?
If not is there a workaround to do it?

Cheers,

Victor
0 Kudos
5 Replies
dotMorten_esri
Esri Notable Contributor
"Dear Flex team"? You might want to try in the Flex forum 🙂
0 Kudos
JoseSousa
Esri Contributor
🙂 Old habit,

I meant ArcGIS API for Silverlight Team.
Is there any chance of doing this using the ArcGIS API for Silverlight?

Is this something that is not supported with Silverlight? Is there a workaround?

Cheers,
Victor
0 Kudos
dotMorten_esri
Esri Notable Contributor
I don't see why Bing would be any different from any of the other layers. You can still use the PrintDocument API's to print stuff out.
0 Kudos
JoseSousa
Esri Contributor
I was trying to do it server side. There will be some limitations doing this client side but I think it will work.

Thanks a lot,
Victor
0 Kudos
dotMorten_esri
Esri Notable Contributor
Since these tiles are coming from a different domain, reading the pixels will be blocked because of security restrictions.
If you run your app in full-trust mode, it will work, however that would require the user to run the app in out of browser mode.
0 Kudos