<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is there any print example that can be referenced for SL 4? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360649#M9241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good morning, Josh!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the clarification - no, my print sample does not do anything of the sort.&amp;nbsp; My users haven't requested it, however, as they are mainly concerned with printing out very small geographic areas (usually a single property), and want to print out exactly what they're seeing on the screen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Off the top of my head, I can't think of any way to get that working, except to allow the user to pick the scale before they print, and then somehow zoom your print preview map to scale before showing it to the user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm going to send you the sample anyway, and you can see how it works - Silverlight printing does *not* allow much in the way of fit to page, or other functionality you may have become used to in the past.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lisa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jul 2010 12:09:15 GMT</pubDate>
    <dc:creator>LisaChesley</dc:creator>
    <dc:date>2010-07-27T12:09:15Z</dc:date>
    <item>
      <title>Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360625#M9217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I try to incorporate the print feature into our website (with SL 4, and ESRI API 2.0). I used the following code, but it direct me to the print dialog box only. How can I make a print template (e.g., &lt;/SPAN&gt;&lt;A href="http://citizengis.chesterfield.gov/"&gt;http://citizengis.chesterfield.gov/&lt;/A&gt;&lt;SPAN&gt;) to print the current map extent with some controls (e.g, scale bar) into a pdf. Is there any easy way to do so or I must create a WCF service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PrintDocument doc = new PrintDocument();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;doc.PrintPage += (s, e) =&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; e.PageVisual = MyMap&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; e.HasMorePages = false;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; };&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; doc.Print("Map");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wei&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 20:18:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360625#M9217</guid>
      <dc:creator>weiliang</dc:creator>
      <dc:date>2010-07-14T20:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360626#M9218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you see these threads &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/5090-Print-Button?highlight=print+silverlight"&gt;http://forums.arcgis.com/threads/5090-Print-Button?highlight=print+silverlight&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/5795-About-Printing-in-Pre-released-ArcGIS-10"&gt;http://forums.arcgis.com/threads/5795-About-Printing-in-Pre-released-ArcGIS-10&lt;/A&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also in this thread : &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/7214-Tiled-Layers-skewed-north-west-when-printing-with-Silverlight-4?highlight=printdocument"&gt;http://forums.arcgis.com/threads/7214-Tiled-Layers-skewed-north-west-when-printing-with-Silverlight-4?highlight=printdocument&lt;/A&gt;&lt;SPAN&gt; Lisa provided an application for previewing/printing a map.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 10:22:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360626#M9218</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-07-15T10:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360627#M9219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply. But I still confused on how to "print a control that contains a map plus header etc". Should I create a user control and add the map control and scale bar, etc into it (how to maintain the map extent and make the whole map just fit onto the page)? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wei&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 15:59:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360627#M9219</guid>
      <dc:creator>weiliang</dc:creator>
      <dc:date>2010-07-15T15:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360628#M9220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good afternoon, Wei!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have since polished my print application, and it now includes legend information, graphics, and custom titles, and the user can preview the map before they print it.&amp;nbsp; If it would be helpful to you, I'd be happy to post a stripped down version of the application for you to see.&amp;nbsp; Controlling the size of the print page was a matter of trial and error - a 500x500 pixel map, for instance, will print nicely on an 8.5 x 11 sheet of paper with room at the bottom for notes, and at the side for a legend.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm sad to say many trees died to bring you this information. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know if the application would be useful!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lisa Chesley&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 17:08:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360628#M9220</guid>
      <dc:creator>LisaChesley</dc:creator>
      <dc:date>2010-07-15T17:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360629#M9221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just tried to upload my quickie printing project, and I got the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The requested resource&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/newattachment.php&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcWS/4.0.20 Server at forums.arcgis.com Port 80&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The .rar file is just over 1MB and the attachment tool says I can have 2MB, so is there a mismatch somewhere?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the meantime, I'd be happy to email the project to anyone who'd like to see it.&amp;nbsp; Just post back with an email address that I can reach you at, and whether you'd like .zip or .rar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lisa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 18:44:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360629#M9221</guid>
      <dc:creator>LisaChesley</dc:creator>
      <dc:date>2010-07-15T18:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360630#M9222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lisa, I would like to look at your example.&amp;nbsp; mflory-at-burnsmcd.com.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I In the meantime, I'd be happy to email the project to anyone who'd like to see it.&amp;nbsp; Just post back with an email address that I can reach you at, and whether you'd like .zip or .rar.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Lisa&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 13:27:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360630#M9222</guid>
      <dc:creator>MarkFlory</dc:creator>
      <dc:date>2010-07-19T13:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360631#M9223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many thanks for your kindly help, Lisa. I appreciate it very much. You may send your example to &lt;/SPAN&gt;&lt;A href="mailto:lwconquer@gmail.com"&gt;lwconquer@gmail.com&lt;/A&gt;&lt;SPAN&gt; if possible. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW, I put all my desired info (scale bar, title, and a map control) into one Child Window (name: ChildWindow), and try to print a grid control inside this child window by using new SL 4 class. The initial size of this Child Window is small (e.g., 300 width and 400 height),&amp;nbsp; and I try to readjust it to make it fit the whole paper after it print to the paper. Does anyone have any idea how I can do that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wei&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 20:11:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360631#M9223</guid>
      <dc:creator>weiliang</dc:creator>
      <dc:date>2010-07-19T20:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360632#M9224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have fired off the project to those that have requested it so far - hopefully you find it helpful!&amp;nbsp; If anyone else would like it, please give an email address and I'll send it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lisa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2010 12:24:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360632#M9224</guid>
      <dc:creator>LisaChesley</dc:creator>
      <dc:date>2010-07-20T12:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360633#M9225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lisa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you send your sample to &lt;/SPAN&gt;&lt;A href="mailto:rham@kcsgis.com"&gt;rham@kcsgis.com&lt;/A&gt;&lt;SPAN&gt;? Many thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rusty&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2010 20:08:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360633#M9225</guid>
      <dc:creator>russellham</dc:creator>
      <dc:date>2010-07-20T20:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360634#M9226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good morning, Rusty!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've sent you the project.&amp;nbsp; Please feel free to email me back with any questions!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lisa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 11:58:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360634#M9226</guid>
      <dc:creator>LisaChesley</dc:creator>
      <dc:date>2010-07-21T11:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360635#M9227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Lisa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you mind sending a sample to &lt;/SPAN&gt;&lt;A href="mailto:jeff.sauder@gilbertaz.gov"&gt;jeff.sauder@gilbertaz.gov&lt;/A&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 15:48:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360635#M9227</guid>
      <dc:creator>JeffSauder</dc:creator>
      <dc:date>2010-07-22T15:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360636#M9228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good afternoon, Jeff!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The project is sent.&amp;nbsp; Please let me know if you have any questions!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lisa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 16:31:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360636#M9228</guid>
      <dc:creator>LisaChesley</dc:creator>
      <dc:date>2010-07-22T16:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360637#M9229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, Lisa, do you mind sending the project to &lt;/SPAN&gt;&lt;A href="mailto:bhtao@yahoo.com"&gt;bhtao@yahoo.com&lt;/A&gt;&lt;SPAN&gt;. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jul 2010 03:01:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360637#M9229</guid>
      <dc:creator>BaohuaTao</dc:creator>
      <dc:date>2010-07-24T03:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360638#M9230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Lisa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please send the zip file to &lt;/SPAN&gt;&lt;A href="mailto:rdodonnell@msn.com"&gt;rdodonnell@msn.com&lt;/A&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a bunch,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jul 2010 14:30:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360638#M9230</guid>
      <dc:creator>RobertO_Donnell</dc:creator>
      <dc:date>2010-07-24T14:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360639#M9231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I too am looking for an SL 4 map print solution...may I also have a copy from Lisa?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jul 2010 17:32:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360639#M9231</guid>
      <dc:creator>MAWashington</dc:creator>
      <dc:date>2010-07-24T17:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360640#M9232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Lisa Chesley, could you please also send a copy of your application to my mail ( &lt;/SPAN&gt;&lt;A href="mailto:x_d_s@hotmail.com"&gt;x_d_s@hotmail.com&lt;/A&gt;&lt;SPAN&gt; ) I would love to have an example to look at.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks, Fernando&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 10:13:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360640#M9232</guid>
      <dc:creator>FernandoMartinez_De_Simon</dc:creator>
      <dc:date>2010-07-26T10:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360641#M9233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Fernando, Rob, and bhtao, I've sent you the project.&amp;nbsp; rgia, I'd be more than happy to send the project along - could you provide an email address to send it to, please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lisa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 12:04:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360641#M9233</guid>
      <dc:creator>LisaChesley</dc:creator>
      <dc:date>2010-07-26T12:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360642#M9234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Lisa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please send the zip file to &lt;/SPAN&gt;&lt;A href="mailto:caderno@walla.com"&gt;caderno@walla.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thx&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 12:29:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360642#M9234</guid>
      <dc:creator>JoaoNinguem</dc:creator>
      <dc:date>2010-07-26T12:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360643#M9235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good morning!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Project sent!&amp;nbsp; If you have any questions, please don't hesitate to email me back.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lisa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 13:27:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360643#M9235</guid>
      <dc:creator>LisaChesley</dc:creator>
      <dc:date>2010-07-26T13:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any print example that can be referenced for SL 4?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360644#M9236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Lisa: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you send this to me as well? &lt;/SPAN&gt;&lt;A href="mailto:sbridwell@mag.maricopa.gov"&gt;sbridwell@mag.maricopa.gov&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;scott&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 15:34:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/is-there-any-print-example-that-can-be-referenced/m-p/360644#M9236</guid>
      <dc:creator>ScottBridwell</dc:creator>
      <dc:date>2010-07-26T15:34:02Z</dc:date>
    </item>
  </channel>
</rss>

