Search Results for

    Show / Hide Table of Contents

    Class BarcodeRecognitionScanWindow

    Base windowd for scanning in the simplic framework

    Inheritance
    System.Object
    DefaultRibbonWindow
    BarcodeRecognitionScanWindow
    Implements
    ISaveableLayout
    IFocusableControlBase
    Inherited Members
    DefaultRibbonWindow.OnWindowCommandAction
    DefaultRibbonWindow.PagingEvent
    DefaultRibbonWindow.ResetFocus()
    DefaultRibbonWindow.OnActivated(EventArgs)
    DefaultRibbonWindow.GetDeleteRestriction()
    DefaultRibbonWindow.FindVisualChildren<T>(DependencyObject)
    DefaultRibbonWindow.ValidateUIControls()
    DefaultRibbonWindow.OnUIInitialized()
    DefaultRibbonWindow.RemoveCurrentPagingObject()
    DefaultRibbonWindow.CallWindowCommand(WindowCommand)
    DefaultRibbonWindow.OnDelete(WindowDeleteEventArg)
    DefaultRibbonWindow.OnOpenPageCall(WindowOpenPageEventArg)
    DefaultRibbonWindow.OnOpenPage(WindowOpenPageEventArg)
    DefaultRibbonWindow.OnWindowModeChanged(WindowModeChangedArgs)
    DefaultRibbonWindow.OnPaging(WindowPagingEventArg)
    DefaultRibbonWindow.AddPagingObject(Object)
    DefaultRibbonWindow.FindChild<T>(String)
    DefaultRibbonWindow.FindChildByParent<T>(DependencyObject, String)
    DefaultRibbonWindow.UseLocking
    DefaultRibbonWindow.MessageLabelProperty
    DefaultRibbonWindow.MessageLabel
    DefaultRibbonWindow.AllowSave
    DefaultRibbonWindow.AllowDelete
    DefaultRibbonWindow.AllowPaging
    DefaultRibbonWindow.CloseWithEscape
    DefaultRibbonWindow.WindowMode
    DefaultRibbonWindow.PagingObjects
    DefaultRibbonWindow.CurrentPagingIndex
    DefaultRibbonWindow.CurrentObject
    DefaultRibbonWindow.CloseMessage
    DefaultRibbonWindow.DeleteMessage
    DefaultRibbonWindow.AutoSaveBeforePaging
    DefaultRibbonWindow.RadRibbonView
    DefaultRibbonWindow.RadRibbonHomeTab
    DefaultRibbonWindow.RadRibbonLayoutTab
    DefaultRibbonWindow.RadRibbonSecurityTab
    DefaultRibbonWindow.RadRibbonDataGroup
    DefaultRibbonWindow.FreeEventsOnClosed
    DefaultRibbonWindow.LayoutContext
    DefaultRibbonWindow.ShowSaveDialog
    DefaultRibbonWindow.HasNoOwner
    DefaultRibbonWindow.ResetByTabIndex
    DefaultRibbonWindow.LocalizationService
    DefaultRibbonWindow.IsBusy
    DefaultRibbonWindow.FocusOnStart
    Namespace: Simplic.Framework.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class BarcodeRecognitionScanWindow : DefaultRibbonWindow

    Constructors

    | Improve this Doc View Source

    BarcodeRecognitionScanWindow()

    Create scan window

    Declaration
    public BarcodeRecognitionScanWindow()

    Properties

    | Improve this Doc View Source

    Controller

    Scann-Controller instance

    Declaration
    public DefaultScanController Controller { get; }
    Property Value
    Type Description
    DefaultScanController

    Methods

    | Improve this Doc View Source

    AddTiffPage(Byte[])

    Load document into the scan client

    Declaration
    public void AddTiffPage(byte[] tiff)
    Parameters
    Type Name Description
    System.Byte[] tiff

    Tiff as byte-array

    | Improve this Doc View Source

    GetScanResult()

    Get result of the current scan process

    Declaration
    public IDictionary<BarcodeValidationResult, ScanResult> GetScanResult()
    Returns
    Type Description
    System.Collections.Generic.IDictionary<BarcodeValidationResult, ScanResult>

    Scan

    | Improve this Doc View Source

    OnSave(WindowSaveEventArg)

    Execute on save and validate document stack

    Declaration
    public override void OnSave(WindowSaveEventArg e)
    Parameters
    Type Name Description
    WindowSaveEventArg e
    Overrides
    DefaultRibbonWindow.OnSave(WindowSaveEventArg)
    | Improve this Doc View Source

    RefreshViewer()

    Refresh viewer content and show added tiff pages

    Declaration
    public void RefreshViewer()
    | Improve this Doc View Source

    SaveResults()

    Saves all scanresults to database

    Declaration
    public void SaveResults()

    Implements

    ISaveableLayout
    IFocusableControlBase
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx