#1
Posted
:
Monday, June 13, 2016 9:22:30 AM(UTC)
Groups: Registered, Tech Support
Posts: 5
How do I create a thumbnail view of a url link using asp.net? For example a link to a image will show a thumbnail view of that image.
#2
Posted
:
Wednesday, June 22, 2016 12:28:54 PM(UTC)
Groups: Registered
Posts: 119
Was thanked: 4 time(s) in 4 post(s)
To accomplish this, set the value of ItemSize to the desired thumbnail size plus padding. For example, 200 by 200 pixels. Then add the items with their own ImageViewerItem.Size set to the default value of LeadSizeD.Empty. the viewer will update ImageViewerItem.Size to be equal to 200 by 200 pixels as well. One more thing to consider in this mode is how the image inside each item is displayed. In image list mode, it's probably desired to fit each image inside this size (200 by 200 pixels in the case above), so set the value of ImageViewer.ItemSizeMode to Fit or FitAlways.
You can use this link for guidance to help you out:
https://www.leadtools.com/help/leadtools/v19/dh/javascript/to/leadtools.topics.controls~c.topics.imageviewer_items.html
LEADTOOLS offers a free 60 day evaluation that will allow to use all of our provided code as well as free and easy to use demos.
https://www.leadtools.com/downloads
If you have any other question, you can let us know at
support@leadtools.comNick Villalobos
Developer 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.