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"
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"