Search Results for

    Show / Hide Table of Contents

    Interface ITwainConfigurationInterface

    Interface which must be implemented by a framework, to load and save simplic source information

    Namespace: Simplic.Twain
    Assembly: Simplic.Twain.dll
    Syntax
    public interface ITwainConfigurationInterface

    Methods

    | Improve this Doc View Source

    Delete(IList<Guid>)

    Delete a list of profiles by it's idents

    Declaration
    void Delete(IList<Guid> profiles)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Guid> profiles
    | Improve this Doc View Source

    Get(String)

    Get a source object by it's source name

    Declaration
    TwainSource Get(string name)
    Parameters
    Type Name Description
    System.String name

    Name of the source

    Returns
    Type Description
    TwainSource

    If found, an instance of a TwainSourec configuration, else null

    | Improve this Doc View Source

    Save(IList<TwainSource>)

    Save twain settings

    Declaration
    void Save(IList<TwainSource> sources)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<TwainSource> sources

    List of source configurations

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