What is the correct syntax to increase the DPI of prints from the PrintWidget?
<?xml version="1.0" ?>
<configuration>
<taskurl>http://corgis01/arcgis/rest/services/ExportWebMap/GPServer/Export%20Web%20Map</taskurl>
<title visible="true">City of Redding Map Server</title>
<author>Author's name</author>
<dpi>"500"</dpi>
<usescale defaultvalue="2000">true</usescale>
</configuration>
<!--
See Print widget tag reference at
http://links.esri.com/printwidget
-->
<dpi>The Dots Per Inch (dpi) value of the exported map. Default number value is '96'. [Added at version 3.5]
Regards, Devon