Page 1 of 1

[C#] Display image as it is scanned

Posted: Mon Aug 14, 2017 7:42 pm
by JamesMcGe
Hello, I am looking for a way to display an image when it is scanned. I need this to be based on an event raised when a new image is scanned using the TwainAcquireToGdPictureImage() method.

Re: [C#] Display image as it is scanned

Posted: Tue Jan 22, 2019 9:25 am
by Gabriela
Hello,

The GdPictureImaging class does not contain any event. Here is the documentation for the TwainAcquireToGdPictureImage() method:
https://www.gdpicture.com/guides/gdpicture/web ... Image.html
For displaying images, you need to use the GdViewer control. This method could be useful to display the scanned image previously returned by the TwainAcquireToGdPictureImage() method:
https://www.gdpicture.com/guides/gdpicture/web ... Image.html