<?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 Print Widget support for highlighting features in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-widget-support-for-highlighting-features/m-p/743570#M68780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently Print Widget (ArcGIS JS 4.13) does not support highlighting features?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Arcgis Server supports it (selectionObjectIds),&amp;nbsp;&lt;A class="link-titled" href="https://enterprise.arcgis.com/en/server/latest/create-web-apps/windows/exportwebmap-specification.htm" title="https://enterprise.arcgis.com/en/server/latest/create-web-apps/windows/exportwebmap-specification.htm"&gt;ExportWebMap specification—Documentation (10.7) | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So would it be possible get support for&amp;nbsp;&lt;SPAN&gt;highlighting the features? or is there workaround getting it working?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Br,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Markus&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Nov 2019 07:54:02 GMT</pubDate>
    <dc:creator>MarkusÅfelt</dc:creator>
    <dc:date>2019-11-19T07:54:02Z</dc:date>
    <item>
      <title>Print Widget support for highlighting features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-widget-support-for-highlighting-features/m-p/743570#M68780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently Print Widget (ArcGIS JS 4.13) does not support highlighting features?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Arcgis Server supports it (selectionObjectIds),&amp;nbsp;&lt;A class="link-titled" href="https://enterprise.arcgis.com/en/server/latest/create-web-apps/windows/exportwebmap-specification.htm" title="https://enterprise.arcgis.com/en/server/latest/create-web-apps/windows/exportwebmap-specification.htm"&gt;ExportWebMap specification—Documentation (10.7) | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So would it be possible get support for&amp;nbsp;&lt;SPAN&gt;highlighting the features? or is there workaround getting it working?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Br,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Markus&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 07:54:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-widget-support-for-highlighting-features/m-p/743570#M68780</guid>
      <dc:creator>MarkusÅfelt</dc:creator>
      <dc:date>2019-11-19T07:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Print Widget support for highlighting features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-widget-support-for-highlighting-features/m-p/743571#M68781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are correct, the print widget does not support printing highlighted features. One possible workaround would be to use the MapView.takeScreenshot() method instead of printing.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#takeScreenshot"&gt;MapView | takeScreenshot()&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Another possible workaround would be to add a copy of the feature as a Graphic before printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 18:07:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-widget-support-for-highlighting-features/m-p/743571#M68781</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2019-11-19T18:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Print Widget support for highlighting features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-widget-support-for-highlighting-features/m-p/743572#M68782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went solution of copying the objectIds of&amp;nbsp;highlighted features in the client side and sending those to backend.&lt;/P&gt;&lt;P&gt;In the backend, I modified the query for ExportWebMap by populating selectionObjectIds array from the values which I got from client side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now&amp;nbsp;highlighting features is working fine on the print.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2020 11:14:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/print-widget-support-for-highlighting-features/m-p/743572#M68782</guid>
      <dc:creator>MarkusÅfelt</dc:creator>
      <dc:date>2020-06-02T11:14:45Z</dc:date>
    </item>
  </channel>
</rss>

