Quantcast
Channel: MapWinGIS ActiveX Map and GIS Component
Viewing all articles
Browse latest Browse all 2341

New Post: Creating Snapshot for Printing

$
0
0
I want to print my map in high resolution, so that even if i print it on a 8x8 tarp the image will not get pixelized

is it possible?

heres my code

Dim myImage As New MapWinGIS.Image
Dim myExtents As MapWinGIS.Extents
myExtents = MainMap.Extents
myImage = MainMap.SnapShot(myExtents)

Dim xName As String
xName = Format(DateTime.Now, "MMddyyyy-hhmmss") & ".bmp"

myImage.Save("C:\SnapShot\" & xName, True, MapWinGIS.ImageType.BITMAP_FILE)


Viewing all articles
Browse latest Browse all 2341

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>