New Post: Canceling a scan through code
I am trying to get the user settings for a scan from the UI, and then keep these but set my own compression based on the bit depth of the image. In order to accomplish this I am simply saving the...
View ArticleNew Post: Tiff corrupted using buffered memory transfer
I am using the example code and the tiffs sent back are corrupted. With a disk file transfer everything works, but not when I try to switch to memory transfer.private void Twain_MemXferEvent(object...
View ArticleNew Post: Сканирование через ADF
Добрый день. Такой вопрос - как четко проверять есть ли дуплекс,? есть ли ADF , как определить эти параметры?как их устанавливать? В примере вы проверяете в начале доступен ли дуплекс, а если он не...
View ArticleNew Post: Canceling a scan through code
Hello, ghostbust555.privatevoid _twain32_SetupMemXferEvent(object sender,Twain32.SetupMemXferEventArgs e) { try { // ... e.Cancel = true; // <<< it tell scanner that does not need to scan...
View ArticleNew Post: Tiff corrupted using buffered memory transfer
Hello, ghostbust555. It's just a sample code. It does not cover all possible situations.
View ArticleNew Post: Сканирование через ADF
Добрый день, Aleksey1555.Я очень советую ознакомиться с TWAIN Specification. Если кратко, то есть, к примеру, CAP_DUPLEX (Indicates whether the scanner supports duplex.), CAP_AUTOFEED (MSG_SET to TRUE...
View ArticleNew Post: Canceling a scan through code
So I am not seeing the cancel property. Looking at the code I only see FileName and am getting Cancel not found on the filexfereventargs object.public sealed class SetupFileXferEventArgs:EventArgs {...
View ArticleNew Post: Canceling a scan through code
Hello, ghostbust555. Obviously, you need to update to the latest version.
View ArticleNew Post: Сканирование через ADF
Ок, но.. вот странноя пишу tw.Capabilities.DuplexEnabled.Set(true);после этого он сканирует с двух сторонно если сразу написать Twain32.Enumeration p2= tw.Capabilities.DuplexEnabled.Get();то в p2 будет...
View ArticleNew Post: Сканирование через ADF
Добрый день, Aleksey1555. По первой части вопроса: проблема в twain-драйвере вашего сканера. Именно он говорит, что он поддерживает только OnePassDuplex. (Такая проблема обычно у эмулирующих...
View ArticleNew Post: Сканирование через ADF
Спасибо, разобрался. работает. А у меня еще вопрос - можно какнибудь окно twain'а (если включить ShowUI=true) показать на передний план?
View ArticleNew Post: Сканирование через ADF
Добрый день, Aleksey1555. Это вопрос к окну twain-а (источника данных). Попробуйте указать в качестве значения свойства Twain32.Parent указать свою форму.
View ArticleReleased: Saraff.Twain.NET Outproc Samples (Mar 30, 2016)
Saraff.Twain.NET Outproc Samples Saraff.Twain.OutprocSample1 - Simple Saraff.Twain.OutprocSample2 - Advanced Saraff.Twain.OutprocSample3 - Advanced Async (.net 4.0) Saraff.Twain.OutprocSample4 -...
View ArticleUpdated Release: Saraff.Twain.NET Outproc Samples (мар 30, 2016)
Saraff.Twain.NET Outproc SamplesSaraff.Twain.OutprocSample1 - Simple Saraff.Twain.OutprocSample2 - AdvancedSaraff.Twain.OutprocSample3 - Advanced Async (.net 4.0)Saraff.Twain.OutprocSample4 - Advanced...
View ArticleReleased: Saraff.Twain.NET WPF Samples (Mar 18, 2014)
Simple, Advanced and Advanced Async (.net 4.0 & .net 4.5.2) SamplesFigure 1 - Saraff.Twain.Wpf.Sample1Figure 2 - Saraff.Twain.Wpf.Sample3
View ArticleUpdated Release: Saraff.Twain.NET WPF Samples (мар 18, 2014)
Simple, Advanced and Advanced Async (.net 4.0 & .net 4.5.2) SamplesFigure 1 - Saraff.Twain.Wpf.Sample1Figure 2 - Saraff.Twain.Wpf.Sample3
View ArticleReleased: Saraff.Twain.NET Service Samples (Apr 07, 2016)
Saraff.Twain.NET Service Samples Saraff.Twain.ServiceSample1 - Simple Saraff.Twain.ServiceSample2 - Advanced Saraff.Twain.ServiceSample3 - Advanced Async (.net 4.0) Saraff.Twain.ServiceSample4 -...
View ArticleUpdated Release: Saraff.Twain.NET Service Samples (апр 07, 2016)
Saraff.Twain.NET Service SamplesSaraff.Twain.ServiceSample1 - Simple Saraff.Twain.ServiceSample2 - AdvancedSaraff.Twain.ServiceSample3 - Advanced Async (.net 4.0)Saraff.Twain.ServiceSample4 - Advanced...
View ArticleUpdated Wiki: Home
Saraff.Twain.NET is the skillful scanning component which allows you to control work of flatbed scanner, web and digital camera and any other TWAIN device from .NET environment. You can use this...
View ArticleUpdated Wiki: Home
Saraff.Twain.NET is the skillful scanning component which allows you to control work of flatbed scanner, web and digital camera and any other TWAIN device from .NET environment. You can use this...
View Article