Interface ITwainInterface
Interface which abstracts the simplic twain api. All Twain-provider (like GdPicture) must implement this interface
Inherited Members
System.IDisposable.Dispose()
Namespace: Simplic.Twain
Assembly: Simplic.Twain.dll
Syntax
public interface ITwainInterface : IDisposable
Methods
| Improve this Doc View SourceInitialize()
Initialize the twain interface
Declaration
void Initialize()
Scan(TwainSourceProfile)
Scan simple tiff and use TwainSource for Scaner detection and settings
Declaration
void Scan(TwainSourceProfile sourceProfile)
Parameters
Type | Name | Description |
---|---|---|
TwainSourceProfile | sourceProfile |
Events
| Improve this Doc View SourceCompleted
Declaration
event CompletedEventHandler Completed
Event Type
Type | Description |
---|---|
CompletedEventHandler |
DataTransferred
Declaration
event DataTransferredEventHandler DataTransferred
Event Type
Type | Description |
---|---|
DataTransferredEventHandler |