Search Results for

    Show / Hide Table of Contents

    Class TwainSourceEditorModel

    Model containing all editor information

    Inheritance
    System.Object
    TwainSourceEditorModel
    Namespace: Simplic.Twain.UI
    Assembly: Simplic.Twain.dll
    Syntax
    public class TwainSourceEditorModel : ViewModelBase

    Constructors

    | Improve this Doc View Source

    TwainSourceEditorModel()

    Create model

    Declaration
    public TwainSourceEditorModel()

    Properties

    | Improve this Doc View Source

    SelectedSource

    Currently selected twain source

    Declaration
    public TwainSourceEditorSourceModel SelectedSource { get; set; }
    Property Value
    Type Description
    TwainSourceEditorSourceModel
    | Improve this Doc View Source

    Sources

    Available sources

    Declaration
    public ObservableCollection<TwainSourceEditorSourceModel> Sources { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<TwainSourceEditorSourceModel>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx