Search Results for

    Show / Hide Table of Contents

    Class TwainSource

    Contains all configurations for a single Twain-Source

    Inheritance
    System.Object
    TwainSource
    Implements
    System.ComponentModel.INotifyPropertyChanged
    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
    Assembly: Simplic.Twain.dll
    Syntax
    public class TwainSource : INotifyPropertyChanged

    Constructors

    | Improve this Doc View Source

    TwainSource()

    Create Twain-Source

    Declaration
    public TwainSource()

    Properties

    | Improve this Doc View Source

    DefaultProfile

    Default profile for the current source

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

    Name

    Name of the current source

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Profiles

    Get or set a list of profiles

    Declaration
    public IList<TwainSourceProfile> Profiles { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<TwainSourceProfile>

    Events

    | Improve this Doc View Source

    PropertyChanged

    Property changed

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx