User Tools

Site Tools


map_suite_wpf_desktop_edition_printing_samples

Map Suite Wpf Desktop Edition Printing Samples

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

Large Scale Map Printing

map_suite_wpf_desktop_edition_sample_large_scale_map_printing.jpg

This WPF project is the second in our series of samples on printing. The 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

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.


screenshot

In this sample we show you how to add robust printing support to your Map Suite applications for the desktop, WPF, web or services environments. Using the code in this sample, you'll be able to build a Print Preview interface that lets your users interactively arrange items (such as a map, scale line, labels, data grid or image) on a virtual page before printing the result to a printer, exporting to a PDF or to a bitmap image. Maps are printed using vector graphics so you can be sure the output will look great on anything from a PDF to a large plotter. The printing system also includes low-level report building classes that make it easy to generate reports in the web or services environment.

To help you understand the sample, as well as Map Suite's new printing system upon which it is based, check out our instructional video that will introduce you to all of these concepts and walk you through the sample solution.

Please note that you will need version 5.0.102.0 or newer of Map Suite in order to use the new printing features. For more information on how to upgrade, see the Map Suite Daily Builds Guide.

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_suite_wpf_desktop_edition_printing_samples.txt · Last modified: 2017/03/17 02:11 by tgwikiupdate