Search Results for

    Show / Hide Table of Contents

    Class TwainSourceControllerModel

    Model containing information about source models for controller in this TwainScanControllerControl

    Inheritance
    System.Object
    TwainSourceControllerModel
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Twain.UI
    Assembly: Simplic.Twain.dll
    Syntax
    public class TwainSourceControllerModel

    Constructors

    | Improve this Doc View Source

    TwainSourceControllerModel()

    Create models

    Declaration
    public TwainSourceControllerModel()

    Properties

    | Improve this Doc View Source

    ScanSourceProfiles

    List with all available source profiles

    Declaration
    public IList<TwainSourceProfileModel> ScanSourceProfiles { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<TwainSourceProfileModel>
    | Improve this Doc View Source

    SelectedProfile

    Currently selected profile

    Declaration
    public TwainSourceProfileModel SelectedProfile { get; set; }
    Property Value
    Type Description
    TwainSourceProfileModel
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx