Select to view content in your preferred language

How to add an image/text on map at a desired position dynamically

2108
3
Jump to solution
07-19-2012 06:03 AM
ShaningYu
Honored Contributor
In one of previous thread, http://forums.arcgis.com/threads/625...sired-position, I questioned how to add an image/text on the map at desired position. From the response, I used the approach of adding a static image. It works. However, I also plan to print/export this image/text with the map. Using ESRI's PrintWidget (V3.0), the static image/text is filtered out. Now, I have to add a dynamic image/text on the map at a desired position in order to get it printed/exported with the map. How can this be easily coded? Is there any good sample? Thanks.
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
BjornSvensson
Esri Regular Contributor
How can this be easily coded?

There is no easy way to code that.

Is there any good sample?

There is no sample.

In theory, you might be able to figure You would have to add the image/text as a graphics layer (in the right map location).  The easier, and better, way is to use ArcMap to create a custom layout that already has your image/text in the proper location.  See your/our other forum post at http://forums.arcgis.com/threads/62788-3-content-issues

View solution in original post

0 Kudos
3 Replies
BjornSvensson
Esri Regular Contributor
How can this be easily coded?

There is no easy way to code that.

Is there any good sample?

There is no sample.

In theory, you might be able to figure You would have to add the image/text as a graphics layer (in the right map location).  The easier, and better, way is to use ArcMap to create a custom layout that already has your image/text in the proper location.  See your/our other forum post at http://forums.arcgis.com/threads/62788-3-content-issues
0 Kudos
ShaningYu
Honored Contributor
Thanks for your quick response.
0 Kudos
ShaningYu
Honored Contributor
Thanks for your quick response.
0 Kudos