Back   Forward Collapse All Home > HowTos > Saving Map Images 
TalMap SDK Libary Reference
HOWTO: Save Map Images in TalMapX Control.
  Summary
  This document describes how to save map images in TalMapX Control.
Users can save TalMap images in png, bmp, or jpg format.
  Steps
  1. Get Utility Object from TalMapX Control.
2. Set file save path with FileDialog Method of Utility Object.
3. Save the file with SaveImage Method in TalMapX Control.
  Example
 
 JavaScript Copy Code
 VC++ Copy Code
  See Also
  Map Preview
 
top