<?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: How to print a map with .net runtime 100.2 in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621241#M7613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer. Because I am trying to migrate from the previous release 10.2.7 to 100.2, I would like to re-use server printing like this&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/10-2/sample-code/ServerPrinting/"&gt;https://developers.arcgis.com/net/10-2/sample-code/ServerPrinting/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Do you know how to reach this using 100.2 API ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jan 2018 09:02:23 GMT</pubDate>
    <dc:creator>Jean-ChristopheBertolini</dc:creator>
    <dc:date>2018-01-12T09:02:23Z</dc:date>
    <item>
      <title>How to print a map with .net runtime 100.2</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621239#M7611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using .ArcGIS Runtime for .Net v100.2 in a WPF app and I would like to have a function to print the map. I can't found any code samples in the documentation or in the guide. How to do this ? Could you provide exemple or link to demonstrate this ?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;jcb&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 14:49:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621239#M7611</guid>
      <dc:creator>Jean-ChristopheBertolini</dc:creator>
      <dc:date>2018-01-11T14:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a map with .net runtime 100.2</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621240#M7612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would just use the WPF APIs for this. You also have the ability to call mapView.ExportImageAsync() to get a screenshot of the map, that you can then use to compose a custom print document layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A quick google for "Printing in WPF" gives you lots of examples how to do it, where the simples is to use the PrintDialog.PrintVisual to just print any XAML element.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 19:47:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621240#M7612</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-01-11T19:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a map with .net runtime 100.2</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621241#M7613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer. Because I am trying to migrate from the previous release 10.2.7 to 100.2, I would like to re-use server printing like this&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/10-2/sample-code/ServerPrinting/"&gt;https://developers.arcgis.com/net/10-2/sample-code/ServerPrinting/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Do you know how to reach this using 100.2 API ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 09:02:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621241#M7613</guid>
      <dc:creator>Jean-ChristopheBertolini</dc:creator>
      <dc:date>2018-01-12T09:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a map with .net runtime 100.2</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621242#M7614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The server-side print service is not available in 100.x. AFAIK there's no plans to implement it either. In my own honest opinion it was a bit of a hack with lots and lots of limitations, and I'm hoping we can provide something much better that runs client-side which ensures the print out looks exactly like what you see on the screen, which the print service was never able to do. Currently by using the client-side print APIs in WPF, you can actually get that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 17:26:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621242#M7614</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-01-12T17:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a map with .net runtime 100.2</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621243#M7615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;RenderTargetBitmap bitmap &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;RenderTargetBitmap&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;int&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;mapView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ActualWidth&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;int&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;mapView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ActualHeight&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;96&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;96&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; PixelFormats&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Pbgra32&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
bitmap&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Render&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;mapView&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;using&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Stream s &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; File&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Create&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;outputfile&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;BitmapEncoder encoder &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;PngBitmapEncoder&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;encoder&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Frames&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Add&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;BitmapFrame&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Create&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;bitmap&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;encoder&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Save&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;s&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:29:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621243#M7615</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2021-12-12T02:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a map with .net runtime 100.2</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621244#M7616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a slightly simpler way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var img = await mapView.ExportImageAsync();&lt;BR /&gt;var pngImg = await img.GetEncodedBufferAsync();&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 18:24:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621244#M7616</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-01-17T18:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a map with .net runtime 100.2</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621245#M7617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What would be the easiest way to play around with scales (say if you wanted smaller scale for higher detail)?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 17:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621245#M7617</guid>
      <dc:creator>DrewD</dc:creator>
      <dc:date>2018-01-23T17:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a map with .net runtime 100.2</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621246#M7618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The example given by Morten using&amp;nbsp;&lt;/P&gt;&lt;PRE class="" style="color: #000000; background: #f5f2f0; border: 0px; margin: 0.5em 0px; padding: 1em 1em 1em 3.8em;"&gt;&lt;CODE style="border: 0px; font-weight: inherit;"&gt;ExportImageAsync&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;works. However, it creates bitmap with the resolution of the screen. This is too low to be printed on 600 DPI printer and it cannot be zoomed.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I tried to use Joe's example which looks to regard higher resolution but it generates empty bitmap (with only text &lt;EM&gt;"Powered by ESRI"&lt;/EM&gt;&amp;nbsp;in the right-bottom corner):&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="" style="color: #000000; background: #f5f2f0; border: 0px; margin: 0.5em 0px; padding: 1em 1em 1em 3.8em;"&gt;&lt;CODE style="border: 0px; font-weight: inherit;"&gt;bitmap&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #d74444; border: 0px; font-weight: inherit;"&gt;Render&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;mapView&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I tried also&lt;/P&gt;&lt;PRE class="" style="color: #000000; background: #f5f2f0; border: 0px; margin: 0.5em 0px; padding: 1em 1em 1em 3.8em;"&gt;printDialog.PrintVisual(MyMapView, "A Simple Drawing");&lt;/PRE&gt;&lt;P&gt;and it also generates empty bitmap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I doing something wrong? Is there another method to print high resolution bitmap in 100.3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Waldek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 12:47:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621246#M7618</guid>
      <dc:creator>WaldemarNowak</dc:creator>
      <dc:date>2018-09-06T12:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a map with .net runtime 100.2</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621247#M7619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I confirm the analyze of Waldemar. In the runtime 100.3 code like this :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PrintDialog printDialog = new PrintDialog();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (printDialog.ShowDialog() == true)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; printDialog.PrintVisual(mapView, "Carte Poseis");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't work (print an empty image) but it was okay in the previous version!&lt;/P&gt;&lt;P&gt;It will be great to have a Print function on the map to avoid this kind of regression.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;jcb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 12:05:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621247#M7619</guid>
      <dc:creator>Jean-ChristopheBertolini</dc:creator>
      <dc:date>2018-09-11T12:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a map with .net runtime 100.2</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621248#M7620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is most likely due to a performance improvement in the rendering pipeline where the map is rendered on a separate UI Thread, and your print function isn't able to "see" that.&lt;/P&gt;&lt;P&gt;Instead use the mapView.ExportImageAsync() to get a bitmap of the map to print.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 18:39:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621248#M7620</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-09-11T18:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a map with .net runtime 100.2</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621249#M7621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt; Is there another method to print high resolution bitmap in 100.3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this time no. The map only renders at the resolution of your device. High-quality printing is in our backlog, and mostly a Pro/ArcMap thing at the moment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 18:42:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621249#M7621</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-09-11T18:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a map with .net runtime 100.2</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621250#M7622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anything planned for the future for exporting/printing?&amp;nbsp; To me that's one of the drawbacks of using Runtime SDK vs. ArcGIS Engine.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2019 18:30:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621250#M7622</guid>
      <dc:creator>WesBailes</dc:creator>
      <dc:date>2019-01-18T18:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a map with .net runtime 100.2</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621251#M7623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Was it fixed in 100.5 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Apr 2019 13:45:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/621251#M7623</guid>
      <dc:creator>WaldemarNowak</dc:creator>
      <dc:date>2019-04-13T13:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a map with .net runtime 100.2</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/1179559#M11049</link>
      <description>&lt;P&gt;I have the same issue where an empty bitmap is generated &lt;SPAN&gt;with only text&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;"Powered by ESRI"&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;in the right-bottom corner. Where you ever able to resolve this ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 17:57:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/1179559#M11049</guid>
      <dc:creator>yemi_kudaisi</dc:creator>
      <dc:date>2022-06-02T17:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a map with .net runtime 100.2</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/1671873#M13805</link>
      <description>&lt;P&gt;Any update in printing map in 2025? I want to print a specific area of the map view, not all current view, and with higher resolution, not just screen's resolution?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 01:27:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-print-a-map-with-net-runtime-100-2/m-p/1671873#M13805</guid>
      <dc:creator>MinhHoangf</dc:creator>
      <dc:date>2025-12-10T01:27:05Z</dc:date>
    </item>
  </channel>
</rss>

