Search Results for

    Show / Hide Table of Contents

    Class TwainSourceProfile

    Contains the configuration for a twain profile

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

    Constructors

    | Improve this Doc View Source

    TwainSourceProfile(TwainSource)

    Create source profile

    Declaration
    public TwainSourceProfile(TwainSource source)
    Parameters
    Type Name Description
    TwainSource source

    Instance of the parent source

    Properties

    | Improve this Doc View Source

    OrderNr

    Order number

    Declaration
    public int OrderNr { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ProfileId

    Unique ID of the profile

    Declaration
    public Guid ProfileId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    ProfileName

    Name of the profile, will be displayed in the UI

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

    Settings

    Configuration of the TWAIN interface, will be used by the Twain provider/developer

    Declaration
    public byte[] Settings { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    Source

    Source grid information

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