Page 1 of 1

save selected Images of the AnnotatedThumbnailViewer to a new file

Posted: Mon Apr 18, 2016 11:20 pm
by GHWels
Hello

I want to save selected Images of the AnnotatedThumbnailViewer to a new file?

than you for your help
GHWels

Re: save selected Images of the AnnotatedThumbnailViewer to a new file

Posted: Tue Apr 19, 2016 9:36 am
by Alex
Hello Gunther,

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
Best regards, Alexander