Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, July 6, 2006 11:54:11 AM(UTC)

BobF  
BobF

Groups: Registered
Posts: 3


We need to display representations of pages from multi-page tiffs as thumbnails and allow users to select and rearrange / reorder them. We have code to load the thumbnail browser from a RasterImageList. What is the best way to implement the rearrange / reorder functionality?

Thanks
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Monday, July 10, 2006 12:25:50 AM(UTC)

Bashar  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

You can try swapping the RasterImageList.Items.Item(i) properties among
each other.  For example, to swap the first and second thumbnails try something like this:

RasterImageListItem tempItem = ImageList.Items.Item(1);
ImageList.Items.Item(1) = ImageList.Items.Item(2);
ImageList.Items.Item(2) = tempItem;

 
#3 Posted : Tuesday, July 11, 2006 5:37:57 AM(UTC)

BobF  
BobF

Groups: Registered
Posts: 3


Thanks, we'll give it a try.
Bob
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.051 seconds.