Forums › TWAIN Classic › Multi Scanning › Re: Multi Scanning
June 13, 2005 at 4:07 pm
#23090
Hello Matt,
What exactly is it that you are having problems with? The sample code from the TWAIN website achieves multipage scanning… are you trying to do something complicated?
If you are already scanning single pages without trouble, then simply add a loop that inspects the value of PendingXfers.Count after each call to DAT_PENDINGXFERS/MSG_ENDXFER call.
ie:
do
{
GetImageInfo();
GetMemoryTransfer();
}while(PendingXfers.Count != 0);
Best Regards,
Jon Harju