See Also Examples Applies To
Specifies the path TWAIN Data Source Manager.
The TWAIN DSM is the windows library (dll) providing support for the TWAIN standard.
Can be TWAIN_32.DLL or TWAINDSM.DLL for TWAIN 2.0 support. By default, the toolkits searches the Windows path for the TWAIN DSM but on Citrix the Windows directory can be redirected for users.
Syntax
object.TwainSetDSMPath (sDSMPath)
The TwainSetDSMPath syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| sDSMPath | Required. String. The path of the TWAIN Data Source Manager. |
Category
TWAIN Functions
Visual Basic Sample
Loading the TWAIN 2.0 DSM
Object.TwainSetDSMPath("C:\Windows\TWAINDSM.DLL")
Object.TwainOpenDefaultSource