Search Results for

    Show / Hide Table of Contents

    Class TwainPersistantConfiguration

    Load and save twain configuration from and into the database

    Inheritance
    System.Object
    TwainPersistantConfiguration
    Namespace: Simplic.Framework.Scan.Twain
    Assembly: Simplic.Framework.dll
    Syntax
    public class TwainPersistantConfiguration : ITwainConfigurationInterface

    Methods

    | Improve this Doc View Source

    Delete(IList<Guid>)

    Delete a twain source

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

    Get(String)

    Load profiles for a twain source

    Declaration
    public TwainSource Get(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    TwainSource
    | Improve this Doc View Source

    Save(IList<TwainSource>)

    Save twain source profile changes

    Declaration
    public void Save(IList<TwainSource> sources)
    Parameters
    Type Name Description
    IList<TwainSource> sources
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx