Class BarcodeRecognitionScanWindow
Base windowd for scanning in the simplic framework
Implements
ISaveableLayout
IFocusableControlBase
Inherited Members
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class BarcodeRecognitionScanWindow : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceBarcodeRecognitionScanWindow()
Create scan window
Declaration
public BarcodeRecognitionScanWindow()
Properties
| Improve this Doc View SourceController
Scann-Controller instance
Declaration
public DefaultScanController Controller { get; }
Property Value
Type | Description |
---|---|
DefaultScanController |
Methods
| Improve this Doc View SourceAddTiffPage(Byte[])
Load document into the scan client
Declaration
public void AddTiffPage(byte[] tiff)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | tiff | Tiff as byte-array |
GetScanResult()
Get result of the current scan process
Declaration
public IDictionary<BarcodeValidationResult, ScanResult> GetScanResult()
Returns
Type | Description |
---|---|
System.Collections.Generic.IDictionary<BarcodeValidationResult, ScanResult> | Scan |
OnSave(WindowSaveEventArg)
Execute on save and validate document stack
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |
Overrides
| Improve this Doc View SourceRefreshViewer()
Refresh viewer content and show added tiff pages
Declaration
public void RefreshViewer()
SaveResults()
Saves all scanresults to database
Declaration
public void SaveResults()
Implements
ISaveableLayout
IFocusableControlBase