<?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 Custom user symbology and printing options in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-user-symbology-and-printing-options/m-p/113820#M2852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm working on an application where multiple users need to apply different symbology to the same polygon layer.&amp;nbsp; I need to dynamically apply symbology based on user preferences.&amp;nbsp; One solution is to add all of the polygons in the client graphics layer. One issue down the road I see with this is that I will need to generate PDFs for printing (up to E size).&amp;nbsp; I am concerned that I won't be able to reproduce exactly what's on the client with the print service.&amp;nbsp; Is it worth it or is an SOE capable of generating dynamically symbology for what I need?&amp;nbsp; Could the SOE be used for both the client map and printing capability?&amp;nbsp; Looking for any suggestions...&amp;nbsp; Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 May 2010 13:25:42 GMT</pubDate>
    <dc:creator>ShaneBuscher</dc:creator>
    <dc:date>2010-05-12T13:25:42Z</dc:date>
    <item>
      <title>Custom user symbology and printing options</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-user-symbology-and-printing-options/m-p/113820#M2852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm working on an application where multiple users need to apply different symbology to the same polygon layer.&amp;nbsp; I need to dynamically apply symbology based on user preferences.&amp;nbsp; One solution is to add all of the polygons in the client graphics layer. One issue down the road I see with this is that I will need to generate PDFs for printing (up to E size).&amp;nbsp; I am concerned that I won't be able to reproduce exactly what's on the client with the print service.&amp;nbsp; Is it worth it or is an SOE capable of generating dynamically symbology for what I need?&amp;nbsp; Could the SOE be used for both the client map and printing capability?&amp;nbsp; Looking for any suggestions...&amp;nbsp; Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 13:25:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-user-symbology-and-printing-options/m-p/113820#M2852</guid>
      <dc:creator>ShaneBuscher</dc:creator>
      <dc:date>2010-05-12T13:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom user symbology and printing options</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-user-symbology-and-printing-options/m-p/113821#M2853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can apply different symbology using for a different renderer for each user, ie UniqueValueRenderer, ClassBreaksRenderer or a custom class that implements IRenderer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Why use an SOE for printing? You could use the printing sample and return a PDF instead of an image:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16697"&gt;http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16697&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;That way you are guaranteed to get the symbology you used on the client.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 20:08:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-user-symbology-and-printing-options/m-p/113821#M2853</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-05-12T20:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Custom user symbology and printing options</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-user-symbology-and-printing-options/m-p/113822#M2854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can apply different symbology using for a different renderer for each user, ie UniqueValueRenderer, ClassBreaksRenderer or a custom class that implements IRenderer.&lt;BR /&gt; &lt;BR /&gt;Why use an SOE for printing? You could use the printing sample and return a PDF instead of an image:&lt;BR /&gt;&lt;A href="http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16697"&gt;http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16697&lt;/A&gt;&lt;BR /&gt;That way you are guaranteed to get the symbology you used on the client.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the response.&amp;nbsp; Just want to clarify if you are talking about applying dynamic symbology client or server side?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I also want to mention that pooling is being used, so I want to avoid having the wrong symbology returned by shared server objects.&amp;nbsp; It would be great if you could shed some light on how to do this server-side with this constraint (i.e. with an SOE?) or reference any samples like for printing which was useful.&amp;nbsp; Thx in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 12:23:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-user-symbology-and-printing-options/m-p/113822#M2854</guid>
      <dc:creator>ShaneBuscher</dc:creator>
      <dc:date>2010-05-13T12:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Custom user symbology and printing options</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-user-symbology-and-printing-options/m-p/113823#M2855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is all meant to work client side. There's nothing going on in ArcGIS Server to do this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 20:34:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/custom-user-symbology-and-printing-options/m-p/113823#M2855</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-05-13T20:34:07Z</dc:date>
    </item>
  </channel>
</rss>

