This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, March 20, 2007 10:59:32 AM(UTC)
Groups: Registered
Posts: 4
I am unable to find a way to load an image from an URI, for example: rasterImageViewer1.Image = codecs.Load("http://host/pdfjpg/Documents/001.jpg");
The Load method only accepts UNC file names.
Also, how would the RasterThumbnailBrowser work with URI?
Thanks,
Teo
#2
Posted
:
Tuesday, March 20, 2007 11:00:15 AM(UTC)
Groups: Registered
Posts: 4
I forgot to mention that I am using "LEADTOOLS Version 15' for .NET.
Thanks.
#3
Posted
:
Sunday, March 25, 2007 1:20:25 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Our FeedLoad .NET demo shows how to use the WebRequest
object to get an image from a URL and load it into our RasterImage object.
The source code of this demo is in:
[LEADTOOLS15 folder]\Examples\DotNet\CS\FeedLoadDemo
There are no specific methods in the RasterThumbnailBrowser
for working with a URL or URI.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.