twain-cs icon indicating copy to clipboard operation
twain-cs copied to clipboard

A C# interface for TWAIN

Results 28 twain-cs issues
Sort by recently updated
recently updated
newest added

**Reported by propperdx on 2015-12-02 11:45 UTC** I found a memory overflow becouse of a missing Dispose() Method ScanCallback in TWAINCSToolkit. ~Line 1854 ~~~~ msgPendingxfers = ReportImage("ScanCallback: 010", TWAIN.DG.IMAGE.ToString(), TWAIN.DAT.IMAGEFILEXFER.ToString(),...

**Reported by diegot1106 on 2016-01-19 16:57 UTC** The **DatImagenativexferWindowsTwainDsm() **method in the **TWAIN **class makes a call to **WindowsTwaindsmDsmEntryImagenativexfer** that make the amount of ram to increase a lot. I...

**Reported by mlmcl on 2016-09-02 18:29 UTC** TWAIN strings (TW_STR32, TW_STR64, etc) don't correctly handle codepages on Windows, which causes problems when the contents pf those strings are localized. The...

When I open the scan app, twaincsscan, and try to create new driver settings by clicking on the "Change driver settings (press this first)..." button, or try to do a...

The Programs complain of being missing TWAINWorkingGroup, where can find this? Thanks

is it possible to convert this source code to .NET 6.0 ( net core ) version?

Hi, I tried to get the twimageinfo on win10 64bit - plustek but couldnt succeed. m_twain.DatImageinfo(TWAIN.DG.IMAGE, TWAIN.MSG.GET, ref twimageinfo) **// It return SEQERROR all the time.** DG_IMAGE/DAT_IMAGEINFO/MSG_GET 0,0,0,0,0,0,0,0,0,0,0,0,0,0,TWPT_BW,TWCP_NONE FAILURE/SEQERROR any...

When I was running the twaincsscan project with Visual Studio, it prompted that "TWAIN" does not contain the definition of "Enum_TryParse"; the metadata file "twaincs\source\bin\AnyCPU\Debug\TWAIN.dll" could not be found.