====== Map Suite Wpf Desktop Edition Printing Samples ====== {{section>upgrade_map_suite_to_10.0}}
==== Large Scale Map Printing ====
{{wpfedition:codesamples:Map Suite Wpf Desktop Edition Sample Large Scale Map Printing.jpg?300x180}}
[[Source_Code_WpfDesktopEditionSample_LargeScaleMapPrinting_120216.zip|View Source]] {{filehistory:WpfDesktopEditionSample_LargeScaleMapPrinting_140617.zip|C# Download}}
[[Map Suite Samples Applies To|Applies To: Desktop \ Wpf \ Web \ Silverlight \ Services]] \\ [[Map Suite Samples Alternate Languages | Need it in another language?]]
This WPF project is the second in our series of samples on printing. The [[#Print_Preview|first introductory sample]] served as a presentation of the different printing concepts such as page layout, the map element, legends, titles, data grids, logos and the user's interaction with them. Using all of the printing tools we introduced in the first sample, here we will demonstrate a real-world print scenario at a large scale with data for parcels at a county level. By reading the descriptive comments within the sample code itself, you will better understand how to handle your printing needs and follow cartographic standards for map presentation. \\ \\ **Note:** Users of Map Suite Web, Silverlight and Services Editions will not have access to the interactive drag-and-drop page layout interface pictured here. However, these editions can still be used to programmatically design page layouts in code and then export them to a printer.
----
==== Map Printing With High Quality====
{{wpfedition:codesamples:map_suite_wpf_desktop_edition_sample_print_hight_quality.png?300x180}}
[[Source_Code_WpfDesktopEditionSample_HighQualityPrinting.zip|View Source]] {{filehistory:WpfDesktopEditionSample_HighQualityPrinting.zip|C# Download}}
[[Map Suite Samples Applies To|Applies To: Desktop \ Wpf \ Web \ Silverlight \ Services]] \\ [[Map Suite Samples Alternate Languages | Need it in another language?]]
This WPF project is the 3rd sample on the printing series. It demonstrates how to print your maps in high quality. This new feature for Map Suite is available in version 9.0.483.0 or later. From the sample you will better understand how to use DPI for handling print quality. The sample is based on raster images, but could also be used with vector data.
---- {{page>Map Suite Services Edition Printing Samples}}