Export to Emf image

Is there any possibility in MapWinGIS to export the current rectangle displayed in TMap in vector emf format?

Not directly.

You can use one of the various SnapShot methods to extract the current map extent (or custom extents).

This returns a raster Image object, but perhaps you could use the Picture property (returning a stdole.IPictureDisp) and figure out a way (or see if someone else has figured out a way) to convert the image to the EMF vector format?

This topic was automatically closed after 4 days. New replies are no longer allowed.