Search Results for

    Show / Hide Table of Contents

    Class TwainManager

    Root/Main twain system

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

    Properties

    | Improve this Doc View Source

    ConfigurationProvider

    Twain Configuration access, over this interface all settings must be written

    Declaration
    public ITwainConfigurationInterface ConfigurationProvider { get; }
    Property Value
    Type Description
    ITwainConfigurationInterface
    | Improve this Doc View Source

    Singleton

    Singleton access to twain manager

    Declaration
    public static TwainManager Singleton { get; }
    Property Value
    Type Description
    TwainManager

    Methods

    | Improve this Doc View Source

    GetDefaultTwainProvider(IntPtr)

    Get a default simplictwain provider

    Declaration
    public ITwainInterface GetDefaultTwainProvider(IntPtr handle)
    Parameters
    Type Name Description
    System.IntPtr handle

    UI-Handle for working with UI

    Returns
    Type Description
    ITwainInterface

    New instance of a twain api interface

    | Improve this Doc View Source

    Initialize(ITwainConfigurationInterface)

    Initialize twain system

    Declaration
    public void Initialize(ITwainConfigurationInterface configuration)
    Parameters
    Type Name Description
    ITwainConfigurationInterface configuration

    Instance of the configuration interface

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