New Post: Dont want to set twain.Capabilities.XferCount.Set
Hello Saraff, Thank you for Reply. But AcquireError event did not going to fire after opening Automatic Document Feeder. Kindly provide settings what i have to set to achieve this functionality. Thank you
View ArticleNew Post: Dont want to set twain.Capabilities.XferCount.Set
Hello, VishalJani. Well, it means that the scanner will continue waiting for new pages for scanning. And, wherefore you need to the Twain32.AcquireCompleted event?
View ArticleNew Post: Dont want to set twain.Capabilities.XferCount.Set
Hello Saraff, Than how can i fire Twain32.AcquireCompleted event ? That is my issue. That is event is not fire and my form will not be free from waiting. Please help on this Thank you
View ArticleNew Post: Dont want to set twain.Capabilities.XferCount.Set
Hello, VishalJani. Once again, I repeat. Well, it means that the scanner will continue waiting for new pages for scanning. The Twain32.AcquireCompleted event occurs at the time of completion of the...
View ArticleNew Post: How to set up the usage of the transparency unit and the image...
I want to set the cropped image box coordinates ( x, y of left upper corner of image to be scanned) as well as the image width and height without using the scanners native GUI (e.g. the GUI of Epson...
View ArticleNew Post: Dont want to set twain.Capabilities.XferCount.Set
Hello Saraff, Than how can i tell scanner that does not need to scan more. And i don't want to set XferCount value. Is there any other way ?
View ArticleSource code checked in, #f637719d86e1ab0c1854208686c477fdbee7fa82
Ревизия: 521 Автор: SARAFF Дата: 16 июня 2016 г. 23:25:05 Сообщение: Добавлена возможность отмены сканирования. ---- Изменённые : /C#/Saraff.Twain/Saraff.Twain/Twain32.cs
View ArticleNew Post: Dont want to set twain.Capabilities.XferCount.Set
Hello, VishalJani. Try set a true value to a Cancel property of event args (for the XferDone, EndXfer, SetupMemXfer, MemXfer, SetupFileXfer, FileXfer events). You mast download latest source code....
View ArticleNew Post: How to set up the usage of the transparency unit and the image...
Hello, WolfgangKurz. For set the cropped image box coordinates ( x, y of left upper corner of image to be scanned) using a Twain32.ImageLayout property.
View ArticleNew Post: Dont want to set twain.Capabilities.XferCount.Set
Hello Saraff, Thanks for your reply and latest source code. But how can i know that this is my last page and than i have to do "e.Cancel = true;" That event or property should be available. Thank you
View ArticleNew Post: How to set up the usage of the transparency unit and the image...
Hello many thanks again. This is a really informative descussion forum I like this resposibility. Wolfgang
View ArticleNew Post: Dont want to set twain.Capabilities.XferCount.Set
Hello, VishalJani. Try follow capabilities: CAP_FEEDERLOADED, CAP_PAPERDETECTABLE.
View ArticleNew Post: Dont want to set twain.Capabilities.XferCount.Set
Hello Saraff, Thank you for you quick reply. I use that but every time that property gives me Count 1 value even if its is last page. Please give me solution to do e.Cancel = true; I think that is work...
View ArticleNew Post: Dont want to set twain.Capabilities.XferCount.Set
Hello, VishalJani. Try follow:privatevoid _twain32_EndXfer(object sender, Twain32.EndXferEventArgs e) { try { //...
View ArticleNew Post: Dont want to set twain.Capabilities.XferCount.Set
Hello Saraff, Thank you for your reply But this is not going to work for me. Is there any other solution ? Thank you
View ArticleNew Post: Dont want to set twain.Capabilities.XferCount.Set
Hello Saraff, Please help me sir my project is stuck in a middle. i want free the application after all pages are scanning successfully. I tried lot of things but not success. Please help for this. If...
View ArticleNew Post: Dont want to set twain.Capabilities.XferCount.Set
Hello, VishalJani. Try to consider the following options:press the cancel button on the scanner at the end of the scan;prompt the user to choose between the "continue" or "stop" after scanning each...
View ArticleNew Post: Dont want to set twain.Capabilities.XferCount.Set
Hello Saraff, Thank you very much for reply. But that would not my solution. User can not press yes button multiple times like 100 or 150 times. I want on my own like if pages are not available on the...
View ArticleNew Post: Dont want to set twain.Capabilities.XferCount.Set
Hello, VishalJani. Insert follow code in a handlers of a EndXfer and XferDone events. And show me results. System.Diagnostics.Debug.WriteLine(string.Format("{0} {{",e.GetType().Name)); var...
View ArticleNew Post: Dont want to set twain.Capabilities.XferCount.Set
Hello Saraff, below listed values: XferDoneEventArgs {33025: False 33024: False AutoFeed: True AutoScan: True 32797: True CameraEnabled: True 32798: 8 CameraOrder: 8 CameraSide: 0 CustomDSData: True...
View Article