Search Results for

    Show / Hide Table of Contents

    Class TwainPersistantConfiguration

    Load and save twain configuration from and into the database

    Inheritance
    System.Object
    TwainPersistantConfiguration
    Implements
    ITwainConfigurationInterface
    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.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
    System.Collections.Generic.IList<System.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
    System.Collections.Generic.IList<TwainSource> sources

    Implements

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