WPF: Select Multiple Thumbnails

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Post Reply
imarketing21
Posts: 3
Joined: Sat Apr 18, 2020 11:41 pm

WPF: Select Multiple Thumbnails

Post by imarketing21 »

Alex,

We are using the WPFViewer and would like to know if is possible to select multiple thumbnails from the viewer and then read each selected thumbnail in the code behind.

If this is possible, can you please point me in the right direction?

Cesar
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: WPF: Select Multiple Thumbnails

Post by Alex »

Hello Cesar,

You can enable selection of multiple thumbnails in WpfImageViewer using the WpfThumbnailViewer.MultiSelect property.

WpfThumbnailViewer.SelectedThumbnails property returns a collection of selected thumbnails as a collection of instances of ThumbnailImageItem class.

The ThumbnailImageItem.ThumbnailSource property allows to get the thumbnail bitmap source.

I hope I answered to your question.

Best regards, Alexander
Post Reply