Search found 4 matches

by Ektoplasma
Fri Feb 21, 2014 1:21 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Save only the visible part of the image
Replies: 1
Views: 4120

Save only the visible part of the image

Hi Alex,

I would like to save just the visible part of the image which is shown in
the imageViewer. For example after zooming I would like to crop the visible
part and save it as a new image. How can I do that?

Thank you for your help,
Best regards,
Heinz
by Ektoplasma
Tue Feb 18, 2014 5:05 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: How to show the filename in the thumbnailviewer
Replies: 4
Views: 5072

Re: How to show the filename in the thumbnailviewer

Hello Alex, thank you for the code snippet. It works fine, but the text appears not under but above each thumbnail. And it does not create a new line when the text is larger then the image width. I tried to find properties or methods but couldn't find anything. Can you tell me how I could show the t...
by Ektoplasma
Sun Feb 16, 2014 9:34 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: How to show the filename in the thumbnailviewer
Replies: 4
Views: 5072

How to show the filename in the thumbnailviewer

Hello, I would like to show the filename under each thumbnail. How would I do this? Here is the code how I show the thumbnails by now: private void ShowThumbnails(string currentFolder) { wpfThumbnailViewer1.Images.Clear(); foreach (var file in Directory.GetFiles(currentFolder).Where(f => f.EndsWith(...