Class TwainPersistantConfiguration
Load and save twain configuration from and into the database
Inheritance
System.Object
TwainPersistantConfiguration
Implements
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.Framework.Scan.Twain
Assembly: Simplic.Framework.dll
Syntax
public class TwainPersistantConfiguration : ITwainConfigurationInterface
Methods
| Improve this Doc View SourceDelete(IList<Guid>)
Delete a twain source
Declaration
public void Delete(IList<Guid> profiles)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Guid> | profiles |
Get(String)
Load profiles for a twain source
Declaration
public TwainSource Get(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
TwainSource |
Save(IList<TwainSource>)
Save twain source profile changes
Declaration
public void Save(IList<TwainSource> sources)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<TwainSource> | sources |