<?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 enable printing on ShowCustomPopup() in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-enable-printing-on-showcustompopup/m-p/1123076#M7417</link>
    <description>&lt;P&gt;Checked my version and I was still back at 2.8.2. Updated to 2.9 and it started working as expected. Guess I need to pay more attention to when updated are issued. Thanks much!&lt;/P&gt;</description>
    <pubDate>Mon, 06 Dec 2021 18:25:36 GMT</pubDate>
    <dc:creator>RogerAsbury</dc:creator>
    <dc:date>2021-12-06T18:25:36Z</dc:date>
    <item>
      <title>How to enable printing on ShowCustomPopup()</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-enable-printing-on-showcustompopup/m-p/1122706#M7408</link>
      <description>&lt;P&gt;Posting a question late on a Friday? My planning ahead skills need some work. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've been using ShowCustomPopup() for a variety of features in an add-in I'm writing, for example to show various files (such as PDFs, JPGs and HTML pages) and one thing I've noticed is that in all of them the Print icon in the lower right-hand corner is always greyed out. I'm curious what I need to do in order for that feature to work. An example of how I'm invoking the popup is below:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;List&amp;lt;string&amp;gt; sortedPhotos = ImageProcesses.OrderImages(photos);
var popups = new List&amp;lt;PopupContent&amp;gt;();
foreach (var photo in sortedPhotos)
{
    popups.Add(new PopupContent(new Uri(filePath + photo), photo));
}
mv.ShowCustomPopup(popups);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ImageProcesses.OrderImages() is just a utility I wrote to extract file names and put them in order. This code works to bring up a popup with a list of files. Clicking the file name shows the image in the popup. But I want to be able to print the image.&lt;/P&gt;&lt;P&gt;Can I utilize the print icon in the lower right, or do I need to write a custom control to print the image? I can't seem to find anything online explaining the icons in the lower right of the popup window...&lt;/P&gt;</description>
      <pubDate>Sat, 04 Dec 2021 01:16:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-enable-printing-on-showcustompopup/m-p/1122706#M7408</guid>
      <dc:creator>RogerAsbury</dc:creator>
      <dc:date>2021-12-04T01:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable printing on ShowCustomPopup()</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-enable-printing-on-showcustompopup/m-p/1123005#M7411</link>
      <description>&lt;P&gt;This works on my machine with 2.9 and my default printer configured for Microsoft print to pdf.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KirkKuykendall1_0-1638809176376.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/28897i516E2125303AEF27/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KirkKuykendall1_0-1638809176376.png" alt="KirkKuykendall1_0-1638809176376.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KirkKuykendall1_1-1638809236181.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/28898iC18F66E16A224F56/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KirkKuykendall1_1-1638809236181.png" alt="KirkKuykendall1_1-1638809236181.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 16:47:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-enable-printing-on-showcustompopup/m-p/1123005#M7411</guid>
      <dc:creator>KirkKuykendall1</dc:creator>
      <dc:date>2021-12-06T16:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable printing on ShowCustomPopup()</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-enable-printing-on-showcustompopup/m-p/1123076#M7417</link>
      <description>&lt;P&gt;Checked my version and I was still back at 2.8.2. Updated to 2.9 and it started working as expected. Guess I need to pay more attention to when updated are issued. Thanks much!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 18:25:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-enable-printing-on-showcustompopup/m-p/1123076#M7417</guid>
      <dc:creator>RogerAsbury</dc:creator>
      <dc:date>2021-12-06T18:25:36Z</dc:date>
    </item>
  </channel>
</rss>

