Class TwainManager
Root/Main twain system
Inheritance
System.Object
TwainManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Twain
Assembly: Simplic.Twain.dll
Syntax
public class TwainManager
Properties
| Improve this Doc View SourceConfigurationProvider
Twain Configuration access, over this interface all settings must be written
Declaration
public ITwainConfigurationInterface ConfigurationProvider { get; }
Property Value
| Type | Description |
|---|---|
| ITwainConfigurationInterface |
Singleton
Singleton access to twain manager
Declaration
public static TwainManager Singleton { get; }
Property Value
| Type | Description |
|---|---|
| TwainManager |
Methods
| Improve this Doc View SourceGetDefaultTwainProvider(IntPtr)
Get a default simplictwain provider
Declaration
public ITwainInterface GetDefaultTwainProvider(IntPtr handle)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | handle | UI-Handle for working with UI |
Returns
| Type | Description |
|---|---|
| ITwainInterface | New instance of a twain api interface |
Initialize(ITwainConfigurationInterface)
Initialize twain system
Declaration
public void Initialize(ITwainConfigurationInterface configuration)
Parameters
| Type | Name | Description |
|---|---|---|
| ITwainConfigurationInterface | configuration | Instance of the configuration interface |