The path of the TWAIN Data Source Manager.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / TwainSetDSMPath Method

TwainSetDSMPath Method (GdPictureImaging)

In This Topic
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
'Declaration
 
Public Sub TwainSetDSMPath( _
   ByVal DSMPath As String _
) 
public void TwainSetDSMPath( 
   string DSMPath
)
public procedure TwainSetDSMPath( 
    DSMPath: String
); 
public function TwainSetDSMPath( 
   DSMPath : String
);
public: void TwainSetDSMPath( 
   string* DSMPath
) 
public:
void TwainSetDSMPath( 
   String^ DSMPath
) 

Parameters

DSMPath
The path of the TWAIN Data Source Manager.
See Also