Hello
I want to save selected Images of the AnnotatedThumbnailViewer to a new file?
than you for your help
GHWels
save selected Images of the AnnotatedThumbnailViewer to a new file
Moderator: Alex
-
- Posts: 40
- Joined: Thu Apr 09, 2015 7:57 am
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: save selected Images of the AnnotatedThumbnailViewer to a new file
Hello Gunther,
For solving your task you need do the following steps:
For solving your task you need do the following steps:
- Get indixes of selected images using the AnnotatedThumbnailViewer.SelectedIndices property
- Get selected images from the AnnotatedThumbnailViewer.Images property
- Save selected images to a new file