This commit is contained in:
soukoku 2015-04-21 06:23:39 -04:00
commit 9493cfd3b5

View File

@ -158,7 +158,7 @@ Using the new twaindsm.dll
--------------------------------------
By default NTwain will use the newer [data source manager](http://sourceforge.net/projects/twain-dsm/files/TWAIN%20DSM%202%20Win/)
(twaindsm.dll) if available. To override this behavior
set the PlatformInfo's PreferNewDSM flag to false. This is necessary due to some older sources that do not work with the newer dsm.
set the PlatformInfo's PreferNewDSM flag to false. This is necessary due to some older sources not working with the newer dsm.
```
#!c#
@ -170,7 +170,6 @@ NTwain.PlatformInfo.Current.PreferNewDSM = false;
If the application process is going to be running in 64-bit then this flag will have no effect and you will
always need to have the newer dsm installed.
If the scanner's TWAIN driver is still 32-bit then you'll have need to compile the application exe in x86 or you won't see the driver.
always need to have the twaindsm installed.
If the scanner's TWAIN driver is still 32-bit then you'll have need to compile the application exe in x86 or you won't see the driver.