<?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: PrintTask.PrintAsync: Labels disappear in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/printtask-printasync-labels-disappear/m-p/613972#M7536</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;The labeling options for FeatureLayers and GraphicOverlays available in the public/client API are significantly more advanced than the labeling supported by the REST-based print service. At this time it is unfortunately not possible to honour the labeling you have defined via the API in the print service. This is a known limitation and we are considering ways in which we could fallback to a supported set of properties but this may result in a discrepancy between what the user sees on the map and what is in the printed output, which is typically not acceptable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2014 14:22:46 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2014-10-28T14:22:46Z</dc:date>
    <item>
      <title>PrintTask.PrintAsync: Labels disappear</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/printtask-printasync-labels-disappear/m-p/613971#M7535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have got another problem similar to this one:&lt;A href="https://community.esri.com/message/433287"&gt;PrintTask.PrintAsync: Features don't disappear&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BTW, thanks for the prompt and good answer to the above one! It works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are showing labels on a FeatureLayer by adding AttributeLabelClass to FeatureLayer.Labeling.LabelsClasses.&lt;/P&gt;&lt;P&gt;This works fine, Labels are shown on the MapView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when using PrintTask.PrintAsync the labels are not shown on pdf, gif etc. document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 13:19:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/printtask-printasync-labels-disappear/m-p/613971#M7535</guid>
      <dc:creator>PetteriFischer</dc:creator>
      <dc:date>2014-10-28T13:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: PrintTask.PrintAsync: Labels disappear</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/printtask-printasync-labels-disappear/m-p/613972#M7536</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;The labeling options for FeatureLayers and GraphicOverlays available in the public/client API are significantly more advanced than the labeling supported by the REST-based print service. At this time it is unfortunately not possible to honour the labeling you have defined via the API in the print service. This is a known limitation and we are considering ways in which we could fallback to a supported set of properties but this may result in a discrepancy between what the user sees on the map and what is in the printed output, which is typically not acceptable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 14:22:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/printtask-printasync-labels-disappear/m-p/613972#M7536</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2014-10-28T14:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: PrintTask.PrintAsync: Labels disappear</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/printtask-printasync-labels-disappear/m-p/613973#M7537</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;Is there any way to get any visible labeling for a map printed with PrintTask?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 09:33:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/printtask-printasync-labels-disappear/m-p/613973#M7537</guid>
      <dc:creator>TuukkaJärvinen</dc:creator>
      <dc:date>2015-02-11T09:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: PrintTask.PrintAsync: Labels disappear</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/printtask-printasync-labels-disappear/m-p/613974#M7538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still have problems with Print.Task and labels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to print a map where I show only features based on expression and I also need to show labels for these features. So far I'm able to limit features by setting a where clause on feature table of FeatureLayer and adding it to MapView to be printed or by adding the features I want to print to a graphic layer as graphics and adding it to the MapView. However, In these both cases the printed output does not contain feature labels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The labels are visible if I add the layer to MapView as ArcGISDynamicMapServiceLayer from the MapServer but in this case the layer definitions don't seem to affect feature visibility in the print result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there way to show the labels and hide features based on expression at the same time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 12:42:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/printtask-printasync-labels-disappear/m-p/613974#M7538</guid>
      <dc:creator>TuukkaJärvinen</dc:creator>
      <dc:date>2015-06-10T12:42:38Z</dc:date>
    </item>
  </channel>
</rss>

