New Post: Batch Buffer Mode
Hi I've been trying to change my application transfer mode from file to memory but without any luck. What my application does is upload to a database all documents that pass thru the scanner, no...
View ArticleNew Post: Improving quality of scanned image
Hello, you can apply a sharpening to your scanned image with Kaliko Image Libraryhttp://kaliko.com/image-library/get-started/ Works fine Wolfgang
View ArticleNew Post: Parameter problem with SaraffTwain 558
Hello, Wolfgang. I think that current problem don't related with new version of a Saraff.Twain.NET library. Try follow steps:give me information about a exception (message, a type of exception and a...
View ArticleNew Post: Batch Buffer Mode
Hello, Of course, it possible. See documentation of a Buffered Memory Mode Transfer.
View ArticleNew Post: Parameter problem with SaraffTwain 558
Hello Andrei, I will try to collect as much information as possible. I occationally get a message box with russian text which I am unable to read. But I think that has to do with the case, that the...
View ArticleNew Post: Использование в ubuntu monodev
Добрый день Скопировал с винды ds файлы в том числе TWAIN Sample Data source в папку /usr/local/lib/twain запустил Saraff.twain.sample2.exe выводится надпись it work и если нажать на кнопку new то...
View ArticleNew Post: How set webcam resolution?
I need to set the dimension of the acquired image via webcam. If I set ShowUI = true, I can do it via interface (Format button). But, how I can programmatically with ShowUI = false? I searche in the...
View ArticleNew Post: Parameter problem with SaraffTwain 558
Hello Andrei, SaraffTwain is rehabilitated. I think I have found the reason for the problem. It was my own program. Not a stupid error. A pretty tricky one. I lost somehow the values of the scanning...
View ArticleNew Post: Использование в ubuntu monodev
Добрый день, Aleksey1555. ds файлы из виндовса не подойдут для линукса (т.к. ds файл это обычный dll файл с измененным расширением). TWAIN Sample Data Source я собирал специально в линуксе под линукс...
View ArticleNew Post: How set webcam resolution?
Hello, mao75. Try use a XResolution and a YResolution capabilities. See a Documentation.
View ArticleNew Post: How set webcam resolution?
I had seen this section and I also tried: _twain.ShowUI = False _twain.Capabilities.XResolution.Set (640) _twain.Capabilities.YResolution.Set (480) Me._twain.Acquire () Unfortunately out a mistake in...
View ArticleNew Post: How set webcam resolution?
https://www.dropbox.com/s/kxkfbgx7i5mkpgh/screenshot.PNG
View ArticleNew Post: Использование в ubuntu monodev
хотя это под Windows ds файл это dllа в линуксе ведь нет dll у них же свой soПолучается компилируя через gcc я получается должен получить so и переименовать его в dsтак?
View ArticleNew Post: Использование в ubuntu monodev
Ну в общем-то, да. Однако, там уже все продумано, вместе с проектом идет make-файл, который скомпилирует файл с нужным расширением и даже установит его в нужное место, если вы его попросите.
View ArticleNew Post: How set webcam resolution?
Hello, mao75. This message said "A Data Source does not opened". I advice read a TWAIN Specification.
View ArticleNew Post: How to set TPU width for a Epson Scanner
Hello Andrei, I use an Epson Scanner. This scanner allows with EpsonScan to set 2 different document types for transparent documents. 1. Film with Filmholder and 2. Film with area guide. The second...
View ArticleNew Post: How to set TPU width for a Epson Scanner
Hello, Wolfgang. If I understand correctly, the question is to set the width of the frame to be scanned. Try use a Twain32.ImageLayout property.
View ArticleNew Post: How to set TPU width for a Epson Scanner
Hello Andrei, I use in my program this statement: this._twain.ImageLayout = new RectangleF( imgXFC,imgYFC,imgWidthFC,imgHeightFC); but the maximum image width (float - converted [ FC ] from millimeter...
View ArticleNew Post: How to set TPU width for a Epson Scanner
Hello, Wolfgang. Try use follow code:if(_twain32.Capabilities.OverScan.IsSupported(TwQC.Set)) { _twain32.Capabilities.OverScan.Set(TwOV.All); }but I don't sure that is help to you, because your...
View Article