Search found 2 matches

by MichaelPeters
Wed Jan 05, 2011 8:54 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Scanning from different devices ...
Replies: 2
Views: 7622

Re: Scanning from different devices ...

Thanks Alex, the tricky thing seems to be, that if I store an image from the image collection with a device to an array, I am copying some kind of reference and not the image itself. ScannedImages[1] = _device.AcquiredImages[Index]; As soon, as _device ist closed, and another device opened, there is...
by MichaelPeters
Mon Jan 03, 2011 12:09 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Scanning from different devices ...
Replies: 2
Views: 7622

Scanning from different devices ...

Hi everybody, I´m currently writing a little scanning app, that´s supposed to be used in our warehouse. A typical szenario will be, that the users scan <n> pages of documents, and in some cases additionally some photos for any goods with damages. All together these images build a document set to be ...