Example of Print in ASP.NET MVC Maps Control
This sample illustrates the print feature in Maps. By clicking the Print button, you can print the maps directly from the browser.
Source:
en.wikipedia.org
Properties
|
In this example, you can see how to render and configure the print functionality. The rendered maps can be printed directly from the browser by calling the print
method when AllowPrint
is set as true. Also this sample visualizes the State-wise US population in the year 2010.
More information about print can be found in this documentation section.