Search Results for

    Show / Hide Table of Contents

    Class TwainSourceProfileModel

    Model containing scanner source and profile information

    Inheritance
    System.Object
    TwainSourceProfileModel
    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 TwainSourceProfileModel

    Properties

    | Improve this Doc View Source

    DisplayName

    Displayname of the source

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

    Profile

    Required scan profile

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