This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, April 1, 2009 11:17:05 PM(UTC)
Groups: Registered
Posts: 74
Hello,
I developed an application using c#.net 2008 and leadtools version 16. i want to delete an image After The image is Display.
#2
Posted
:
Thursday, April 2, 2009 12:50:53 PM(UTC)
Groups: Tech Support
Posts: 366
Thanks: 1 times
Was thanked: 4 time(s) in 4 post(s)
Hello,
Do you mean that you just want to clear the image from a viewer like the RasterImageViewer? If this is what you mean, then you'll want to just set the Image property to null. Make sure the viewer disposes of the image if you do this, or get a handle to the image in the viewer, set the viewer to null, and then dispose of the image to free that memory.
Walter Bates
Senior Support Engineer
LEAD Technologies, Inc.
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.