Class DefaultScanController
Interaction logic for DefaultScanController.xaml
Inheritance
System.Object
DefaultScanController
Implements
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class DefaultScanController : RadRibbonGroup, ITwainScanController
Constructors
| Improve this Doc View SourceDefaultScanController()
Create controller
Declaration
public DefaultScanController()
Methods
| Improve this Doc View SourceDoScan(Boolean)
Execute can
Declaration
public void DoScan(bool append = false)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | append | Append scan result to the already scanned document |
Events
| Improve this Doc View SourceScan
Event which must be executed for starting the scan process
Declaration
public event ScanEventHandler Scan
Event Type
Type | Description |
---|---|
ScanEventHandler |