Accusoft.TwainProSdk Namespace : DataSourceManagerVersion Enumeration |
'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
Member | Value | Description |
---|---|---|
LatestSupportedVersionAvailable | 0 | Use 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 | -1 | No DSM has been selected. |
Version1 | 1 | Use 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. |
Version2 | 2 | Use verion 2.x of the TWAIN DSM. If it can't be found, a TwainDllLoadException will be thrown. |
System.Object
System.ValueType
System.Enum
Accusoft.TwainProSdk.DataSourceManagerVersion