View Single Post

  #1 (permalink)  
Old 03-16-2005
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
Using a mappoint image

Hi,
I have a gif file generated using mappoint.
I am trying to embed this image in a PDF file.

When I try to load the gif file using the VB.Net function call:

Image.FromFile("xyz.gif")

where xyz.gif is the image of the map generated using mappoint.


I get an "Out of Memory" exception.

Has anyone faced this problem ?

Thanks,
-Amit
Reply With Quote