Accusoft.TwainPro9.Net
DataSourceManagerVersion Enumeration




Specifies what version of the Data Source Manager (DSM) to use.
Syntax
'Declaration
 
Public Enum DataSourceManagerVersion 
   Inherits System.Enum
'Usage
 
Dim instance As DataSourceManagerVersion
public enum DataSourceManagerVersion : System.Enum 
__value public enum DataSourceManagerVersion : public System.Enum 
public enum class DataSourceManagerVersion : public System.Enum 
Members
MemberValueDescription
LatestSupportedVersionAvailable0Use the latest supported available DSM, otherwise default to an older version. If the TWAIN 2.x DSM can't be found, it will try to find the 1.x DSM, otherwise a TwainDllLoadException will be thrown.
None-1No DSM has been selected.
Version11Use verion 1.x of the TWAIN DSM. If it can't be found, a TwainDllLoadException will be thrown. Note, on native 64-bit systems, Version 1 of the DSM (Data Source Manager) can't be used, you must use at least Version 2.
Version22Use verion 2.x of the TWAIN DSM. If it can't be found, a TwainDllLoadException will be thrown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.TwainProSdk.DataSourceManagerVersion

See Also

Reference

Accusoft.TwainProSdk Namespace

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback