save selected Images of the AnnotatedThumbnailViewer to a new file

Questions, comments and suggestions concerning VintaSoft Annotation .NET Plug-in.

Moderator: Alex

Post Reply
GHWels
Posts: 38
Joined: Thu Apr 09, 2015 7:57 am

save selected Images of the AnnotatedThumbnailViewer to a new file

Post by GHWels »

Hello

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

than you for your help
GHWels
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

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

Post 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
Post Reply