All Samples
Add Additional Custom Properties and Methods
![Screenshot](/MvcEdition/HowDoISamples/Resources/ScreenShot/AddAdditionalCustomPropertiesAndMethods.jpg)
This sample shows how you can add additional custom properties and methods to your objects.
Use PDF Extension
![Screenshot](/MvcEdition/HowDoISamples/Resources/ScreenShot/UsePdfExtension.jpg)
In this sample, we show you how to use the PdfGeoCanvas in PdfExtension to print a typical map as a PDF document.
Find World Coordinates Where the User Clicked
![Screenshot](/MvcEdition/HowDoISamples/Resources/ScreenShot/FindWorldCoordinatesWhereClicked.jpg)
This sample shows how to get the coordinates (in world system) at the point where the user clicked.
Convert World Coordinates to Screen
![Screenshot](/MvcEdition/HowDoISamples/Resources/ScreenShot/WorldCoordinatesToScreenCoordinates.jpg)
This sample shows you how to convert a coordinate in the world system to a drawing coordinate on the screen.
Convert Screen Coordinates to World
![Screenshot](/MvcEdition/HowDoISamples/Resources/ScreenShot/ScreenCoordinatesToWorldCoordinates.jpg)
This sample shows you how to convert a drawing coordinate on the screen to a coordinate in the world system.
Get Distance Between Two Points
![Screenshot](/MvcEdition/HowDoISamples/Resources/ScreenShot/GetDistanceBetweenTwoPoints.jpg)
This sample simply shows you how to get the distance between two points.
Print a Map
![Screenshot](/MvcEdition/HowDoISamples/Resources/ScreenShot/PrintAMap.jpg)
This sample demonstrates the robust controls available for creating a page layout and printing the map to it.
Use a Different Projection for a Feature Layer
![Screenshot](/MvcEdition/HowDoISamples/Resources/ScreenShot/UseADifferentProjectionForAFeatureLayer.jpg)
This sample shows how to convert a single layer's projection from EPSG:4326 to EPSG:2163.
Use RotationProjection for a Feature Layer
![Screenshot](/MvcEdition/HowDoISamples/Resources/ScreenShot/UseRotationProjectionForAFeatureLayer.jpg)
This sample shows how to project a layer from its own internal projection to an external projection while doing a rotation at the same time.
Find the Feature the User Clicked
![Screenshot](/MvcEdition/HowDoISamples/Resources/ScreenShot/FindFeatureClicked.jpg)
This sample show you how to find the feature at the point where the user clicked.