I\'m using VB.Net I have an url of an image, let\'s say http://localhost/image.gif
VB.Net
http://localhost/image.gif
I need to create a System.Drawing.Image object from that
iTextSharp is able to accept Uri's:
Image.GetInstance(uri)