README.md edited online with Bitbucket

This commit is contained in:
Eugene Wang 2015-04-21 10:17:10 +00:00
parent 4322aa0b07
commit 2aaf6f1e41

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.