LEADTOOLS Support
General
LEADTOOLS SDK Examples
Load Image From Binary Data to Raster Image Viewer
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, November 1, 2010 1:53:59 AM(UTC)
Groups: Registered
Posts: 3
I am using Lead Tool version 16.
How to load an image from database
(binary data) to a RasterImageViewer in Visual Basic 6 without saving a physical copy of
the image to the disk?
#2
Posted
:
Monday, November 1, 2010 7:10:35 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
You can use the following code:
Dim ms As mscorlib.MemoryStream
Set ms = New mscorlib.MemoryStream
' ... find a way to load the image from the database to the memory stream
Set rasterViewer.image = rasCodecs.Load_11(ms)
LEADTOOLS Support
General
LEADTOOLS SDK Examples
Load Image From Binary Data to Raster Image Viewer
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.