Interface ITwainConfigurationInterface
Interface which must be implemented by a framework, to load and save simplic source information
Namespace: Simplic.Twain
Assembly: Simplic.Twain.dll
Syntax
public interface ITwainConfigurationInterface
Methods
| Improve this Doc View SourceDelete(IList<Guid>)
Delete a list of profiles by it's idents
Declaration
void Delete(IList<Guid> profiles)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Guid> | profiles |
Get(String)
Get a source object by it's source name
Declaration
TwainSource Get(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of the source |
Returns
Type | Description |
---|---|
TwainSource | If found, an instance of a TwainSourec configuration, else null |
Save(IList<TwainSource>)
Save twain settings
Declaration
void Save(IList<TwainSource> sources)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<TwainSource> | sources | List of source configurations |