LEADTOOLS Support
General
General Questions
How to implement our EnableLowMemoryUsage (Lazy Loading) function with the MedicalViewer
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, September 6, 2011 12:28:13 PM(UTC)
Groups: Registered, Tech Support
Posts: 207
Was thanked: 3 time(s) in 3 post(s)
This sample shows you how to use either of our two EnableLowMemoryUsage overloads from the MedicalViewerMultiCell class.
The original method requires you to pass an array of MedicalViewerImageInformation filled with information about each frame. In this sample, I assume all frames are the same size, and have the same bit depth and resolution.
We've also added a new overload for the EnableLowMemoryUsage function which does not require the MedicalViewerImageInformation array.
Included with the project is the Leadtools.MedicalViewer.dll assembly containing the new overload.
To see this feature at work, load an image containing more than 100 frames (this number is adjustable in the demo.)
You can read more about this function
here and more about it's corresponding event, FramesRequested,
here.
This C# project was created using Microsoft's Visual Studio 2008.
Edited by moderator Friday, August 9, 2019 10:32:15 AM(UTC)
| Reason: Not specified
Travis Montgomery
Senior Sales Engineer
#2
Posted
:
Tuesday, December 11, 2012 12:21:05 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
The attached project shows how you can implement the same feature using our C++ Class library programming interface.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
LEADTOOLS Support
General
General Questions
How to implement our EnableLowMemoryUsage (Lazy Loading) function with the MedicalViewer
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.