Search found 3 matches

by markusr
Thu Sep 08, 2011 11:08 pm
Forum: Document Viewing
Topic: Twain to thumbnail viewer
Replies: 1
Views: 3975

Twain to thumbnail viewer

Hey Guys,

I like the Csharp-Twain-Scanning Demo. However I would like to include the thumbnail viewer.

I would like the user to scan 1-n images. Display their thumbnails then select 1-n thumbnails to be put into a pdf, for example.

-Markus
by markusr
Thu Sep 08, 2011 1:43 am
Forum: Document Viewing
Topic: using ThumbnailEx to load GdViewer
Replies: 1
Views: 4992

Re: using ThumbnailEx to load GdViewer

Sorry Guys, That was an easy one. It first felt like DisplayFromFile() would always show the loadfile dialog. However, since I was using GetItemFileSource() which always returned "" (since I did not LoadFromDirectory) it would display the dialog. If I put all my ducks in a row, it works as...
by markusr
Thu Sep 08, 2011 1:29 am
Forum: Document Viewing
Topic: using ThumbnailEx to load GdViewer
Replies: 1
Views: 4992

using ThumbnailEx to load GdViewer

Hey Guys, (latest version, c#, VS2010) Am I using this component backwards? I am playing with the "Document Viewer" sample. I want to load 1-n images from a directory. Then when the user clicks on a thumbnail I want to display the image in the GDViewer. using (var openFileDialog = new Open...